We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7f9451 commit 6100b74Copy full SHA for 6100b74
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