You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a list of issues with the compiler or the standard library that we encountered during firmware development and features that would be helpful for firmware development and that we want to keep track of.
Bugs / Problems
Unnecessary copies leading to doubled or tripled stack usage
This is a list of issues with the compiler or the standard library that we encountered during firmware development and features that would be helpful for firmware development and that we want to keep track of.
Bugs / Problems
expect
messages are still present in the final binary becausecore::result::unwrap_failed
is#[inline(never)]
Features
#![feature(non_exhaustive_omitted_patterns_lint)]
rust-lang/rust#89554optimize_for_size
std lib featureoptimize_for_size
standard library feature rust-lang/rust#125612build-std
/``panic_immediate_abort`The text was updated successfully, but these errors were encountered: