rtic/macros
bors[bot] 34a2767bdf
Merge #225
225: A fix that stops panics from the old MaybeUninit impl r=korken89 a=korken89

Sometimes when running in debug mode the current implementation of `MaybeUninit` would panic, an example can be found here: 2bb89427fa/examples/rtfm-uarte-interrupts/src/main.rs (L106)
On debug this line will always panic, on release all is fine.

The issue seemed to be the manual `MaybeUninit` implementation, so I have merged the two implementations together.
Please have a look and see if my fix is unsound (it does however work, but not sure on UB).

cc @japaric @TeXitoi 

Co-authored-by: Emil Fresk <emil.fresk@gmail.com>
2019-10-23 20:28:50 +00:00
..
src Merge #225 2019-10-23 20:28:50 +00:00
Cargo.toml v0.4.3 2019-04-21 18:20:57 +02:00