Skip to content

Commit a11756c

Browse files
committed
Forbid implementing Freeze even if the trait is stabilized
1 parent c099ed3 commit a11756c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example/mini_core.rs

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
rustc_attrs,
99
transparent_unions,
1010
auto_traits,
11+
freeze_impls,
1112
thread_local
1213
)]
1314
#![no_core]

0 commit comments

Comments
 (0)