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
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)]
|