about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-02-23 12:11:11 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-02-29 14:10:29 +0000
commit3ca0c5913e6f956014c4f2281b7d67f775ef4b3c (patch)
tree85419063646eb6824cb5276960ee4730eacf8768
parent427d6176c5856b0edeb33c46633c8d8acf97affb (diff)
downloadrust-3ca0c5913e6f956014c4f2281b7d67f775ef4b3c.tar.gz
rust-3ca0c5913e6f956014c4f2281b7d67f775ef4b3c.zip
Forbid implementing `Freeze` even if the trait is stabilized
-rw-r--r--example/mini_core.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs
index 230009741dc..1f364f78ece 100644
--- a/example/mini_core.rs
+++ b/example/mini_core.rs
@@ -1,6 +1,6 @@
 #![feature(
     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
 )]
 #![no_core]