We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Freeze
1 parent 427d617 commit 3ca0c59Copy full SHA for 3ca0c59
example/mini_core.rs
@@ -1,6 +1,6 @@
1
#![feature(
2
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
3
- decl_macro, rustc_attrs, transparent_unions, auto_traits,
+ decl_macro, rustc_attrs, transparent_unions, auto_traits, freeze_impls,
4
thread_local
5
)]
6
#![no_core]
0 commit comments