Skip to content

Commit 3ca0c59

Browse files
committed
Forbid implementing Freeze even if the trait is stabilized
1 parent 427d617 commit 3ca0c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/mini_core.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![feature(
22
no_core, lang_items, intrinsics, unboxed_closures, type_ascription, extern_types,
3-
decl_macro, rustc_attrs, transparent_unions, auto_traits,
3+
decl_macro, rustc_attrs, transparent_unions, auto_traits, freeze_impls,
44
thread_local
55
)]
66
#![no_core]

0 commit comments

Comments
 (0)