Revert enabling rustc_private for mini_core_hello_world

This commit is contained in:
bjorn3
2025-07-01 08:22:44 +00:00
parent 2eccb7a5f8
commit c2d7ac4717
+1 -10
View File
@@ -1,13 +1,4 @@
#![feature(
no_core,
lang_items,
never_type,
linkage,
extern_types,
thread_local,
repr_simd,
rustc_private
)]
#![feature(no_core, lang_items, never_type, linkage, extern_types, thread_local, repr_simd)]
#![no_core]
#![allow(dead_code, non_camel_case_types, internal_features)]