about summary refs log tree commit diff
path: root/example
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
commita11756ca757e37aa19fb5101aa44f8c82cd17d81 (patch)
treecff1b12fe6d323d96ce57af6923b83eedb0399fb /example
parentc099ed3d1e8cddde624b27556df507328990a570 (diff)
downloadrust-a11756ca757e37aa19fb5101aa44f8c82cd17d81.tar.gz
rust-a11756ca757e37aa19fb5101aa44f8c82cd17d81.zip
Forbid implementing `Freeze` even if the trait is stabilized
Diffstat (limited to 'example')
-rw-r--r--example/mini_core.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/mini_core.rs b/example/mini_core.rs
index a79909ce0c8..47db7ee3691 100644
--- a/example/mini_core.rs
+++ b/example/mini_core.rs
@@ -8,6 +8,7 @@
     rustc_attrs,
     transparent_unions,
     auto_traits,
+    freeze_impls,
     thread_local
 )]
 #![no_core]