We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe9babb + 6100b74 commit da449a9Copy full SHA for da449a9
src/librustc_feature/accepted.rs
@@ -262,9 +262,9 @@ declare_features! (
262
/// Allows using subslice patterns, `[a, .., b]` and `[a, xs @ .., b]`.
263
(accepted, slice_patterns, "1.42.0", Some(62254), None),
264
/// Allows the use of `if` and `match` in constants.
265
- (accepted, const_if_match, "1.45.0", Some(49146), None),
+ (accepted, const_if_match, "1.46.0", Some(49146), None),
266
/// Allows the use of `loop` and `while` in constants.
267
- (accepted, const_loop, "1.45.0", Some(52000), None),
+ (accepted, const_loop, "1.46.0", Some(52000), None),
268
/// Allows `#[track_caller]` to be used which provides
269
/// accurate caller location reporting during panic (RFC 2091).
270
(accepted, track_caller, "1.46.0", Some(47809), None),
0 commit comments