Skip to content

Commit

Permalink
lib: remove dependency on feature asm_sym
Browse files Browse the repository at this point in the history
It has been stablized in rust-lang/rust#103168
  • Loading branch information
luojia65 committed Oct 19, 2022
1 parent cb5cd7e commit cd451be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rustsbi-k210/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#![feature(naked_functions)]
#![feature(generator_trait)]
#![feature(default_alloc_error_handler)]
#![feature(asm_sym, asm_const)]
#![feature(asm_const)]

mod execute;
mod feature;
Expand Down
2 changes: 1 addition & 1 deletion test-kernel/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#![feature(naked_functions)]
#![feature(asm_sym, asm_const)]
#![feature(asm_const)]
#![feature(generator_trait)]
#![feature(default_alloc_error_handler)]
#![feature(stdsimd)]
Expand Down

0 comments on commit cd451be

Please sign in to comment.