Skip to content

Commit

Permalink
Forbid implementing Freeze even if the trait is stabilized
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Feb 29, 2024
1 parent 427d617 commit 3ca0c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/mini_core.rs
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 3ca0c59

Please sign in to comment.