Skip to content

Commit c194849

Browse files
authored
Fix stabilization version of move_ref_pattern
1 parent ef0d592 commit c194849

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
@@ -272,7 +272,7 @@ declare_features! (
272272
(accepted, doc_alias, "1.48.0", Some(50146), None),
273273
/// Allows patterns with concurrent by-move and by-ref bindings.
274274
/// For example, you can write `Foo(a, ref b)` where `a` is by-move and `b` is by-ref.
275-
(accepted, move_ref_pattern, "1.48.0", Some(68354), None),
275+
(accepted, move_ref_pattern, "1.49.0", Some(68354), None),
276276
/// The smallest useful subset of `const_generics`.
277277
(accepted, min_const_generics, "1.51.0", Some(74878), None),
278278

0 commit comments

Comments
 (0)