Skip to content

Commit 59e4927

Browse files
Remove asm_const attribute because it is no longer required
1 parent 644474c commit 59e4927

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

02_runtime_init/src/main.rs

-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,6 @@
106106
//! - It is implemented in `src/_arch/__arch_name__/cpu/boot.s`.
107107
//! 2. Once finished with architectural setup, the arch code calls `kernel_init()`.
108108
109-
#![feature(asm_const)]
110109
#![no_main]
111110
#![no_std]
112111

0 commit comments

Comments
 (0)