Skip to content

Commit 49e1ec0

Browse files
committed
Auto merge of #83736 - JohnTitor:fix-unsafe_block_in_unsafe_fn-stabilized-version, r=jyn514
Fix the `unsafe_block_in_unsafe_fn`s stabilized version Fixes #83735
2 parents cbd6ec7 + fe9c4fb commit 49e1ec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/accepted.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ declare_features! (
276276
/// The smallest useful subset of `const_generics`.
277277
(accepted, min_const_generics, "1.51.0", Some(74878), None),
278278
/// The `unsafe_op_in_unsafe_fn` lint (allowed by default): no longer treat an unsafe function as an unsafe block.
279-
(accepted, unsafe_block_in_unsafe_fn, "1.51.0", Some(71668), None),
279+
(accepted, unsafe_block_in_unsafe_fn, "1.52.0", Some(71668), None),
280280
/// Allows the use of or-patterns (e.g., `0 | 1`).
281281
(accepted, or_patterns, "1.53.0", Some(54883), None),
282282

0 commit comments

Comments
 (0)