Forbid implementing Freeze
even if the trait is stabilized
This commit is contained in:
parent
427d6176c5
commit
3ca0c5913e
@ -1,6 +1,6 @@
|
|||||||
#![feature(
|
#![feature(
|
||||||
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
|
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
|
||||||
decl_macro, rustc_attrs, transparent_unions, auto_traits,
|
decl_macro, rustc_attrs, transparent_unions, auto_traits, freeze_impls,
|
||||||
thread_local
|
thread_local
|
||||||
)]
|
)]
|
||||||
#![no_core]
|
#![no_core]
|
||||||
|
Loading…
Reference in New Issue
Block a user