Forbid implementing Freeze even if the trait is stabilized

This commit is contained in:
Oli Scherer 2024-02-23 12:11:11 +00:00
parent c099ed3d1e
commit a11756ca75

View File

@ -8,6 +8,7 @@
rustc_attrs,
transparent_unions,
auto_traits,
freeze_impls,
thread_local
)]
#![no_core]