Rahix / avr-hal-template

cargo-generate template for avr-hal projects
Apache License 2.0
130 stars 28 forks source link

Update toolchain, get rid of the std-features hack #8

Closed Patryk27 closed 2 years ago

Patryk27 commented 2 years ago

The compiler-builtins-mangled-names thingie¹ is no longer needed, since compiler_builtins has been improved to avoid pulling the problematic functions:

¹ https://github.com/rust-lang/rust/issues/82242