Skip to content

Commit 88ddf9e

Browse files
committed
stabilize naked_functions
1 parent 59c5ed0 commit 88ddf9e

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

example/mini_core_hello_world.rs

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
#![feature(
2-
no_core,
3-
lang_items,
4-
never_type,
5-
linkage,
6-
extern_types,
7-
naked_functions,
8-
thread_local,
9-
repr_simd
10-
)]
1+
#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local, repr_simd)]
112
#![no_core]
123
#![allow(dead_code, non_camel_case_types, internal_features)]
134

0 commit comments

Comments
 (0)