1
Fork 0

stabilize raw_ref_op

This commit is contained in:
Ralf Jung 2024-07-13 13:53:56 +02:00
parent f04f6ca36d
commit 79503dd742
63 changed files with 106 additions and 246 deletions

View file

@ -539,7 +539,6 @@ pub fn check_crate(krate: &ast::Crate, sess: &Session, features: &Features) {
}
}
gate_all!(gen_blocks, "gen blocks are experimental");
gate_all!(raw_ref_op, "raw address of syntax is experimental");
gate_all!(const_trait_impl, "const trait impls are experimental");
gate_all!(
half_open_range_patterns_in_slices,