We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16a4e47 commit 3dc08edCopy full SHA for 3dc08ed
src/libsyntax/feature_gate.rs
@@ -683,12 +683,12 @@ declare_features! (
683
(accepted, repr_packed, "1.33.0", Some(33158), None),
684
// Allows calling `const unsafe fn` inside `unsafe` blocks in `const fn` functions.
685
(accepted, min_const_unsafe_fn, "1.33.0", Some(55607), None),
686
- // `#[cfg_attr(predicate, multiple, attributes, here)]`
687
- (accepted, cfg_attr_multi, "1.33.0", Some(54881), None),
688
// Allows let bindings, assignments and destructuring in `const` functions and constants.
689
// As long as control flow is not implemented in const eval, `&&` and `||` may not be used
690
// at the same time as let bindings.
691
(accepted, const_let, "1.33.0", Some(48821), None),
+ // `#[cfg_attr(predicate, multiple, attributes, here)]`
+ (accepted, cfg_attr_multi, "1.33.0", Some(54881), None),
692
);
693
694
// If you change this, please modify `src/doc/unstable-book` as well. You must
0 commit comments