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
main: replace #[naked] with #[unsafe(naked)] and remove #![feature(naked_functions)]
- Replaced all instances of #[naked] with #[unsafe(naked)] in main.rs, mod.rs, and lib.rs to align with the updated syntax.
- Removed the deprecated #![feature(naked_functions)] from the files as it is no longer required.
ref:
rust-lang/rust#134213
Signed-off-by: manchangfengxu <1848953550@qq.com>
0 commit comments