Closed
Description
Hello,
I am getting the following warnings originating from bootloader. As the warning says, in the latest versions inline assembly has been stabilized and thus these feature gates are causing unnecessary clutter in the terminal.
warning: the feature `asm` has been stable since 1.59.0 and no longer requires an attribute to enable
--> src/main.rs:3:12
|
3 | #![feature(asm)]
| ^^^
|
= note: `#[warn(stable_features)]` on by default
warning: the feature `global_asm` has been stable since 1.59.0 and no longer requires an attribute to enable
--> src/main.rs:2:12
|
2 | #![feature(global_asm)]
|
Edit: I kept confusing the names, sorry :/