Skip to content

Commit 497cf3c

Browse files
authored
Fix tracking issue number for feature(macro_attr)
The ability to define an attribute macro with `macro_rules!` is tracked at #143547, not #83527
1 parent 5b9007b commit 497cf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_feature/src/unstable.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ declare_features! (
554554
/// Allows fused `loop`/`match` for direct intraprocedural jumps.
555555
(incomplete, loop_match, "1.90.0", Some(132306)),
556556
/// Allow `macro_rules!` attribute rules
557-
(unstable, macro_attr, "CURRENT_RUSTC_VERSION", Some(83527)),
557+
(unstable, macro_attr, "CURRENT_RUSTC_VERSION", Some(143547)),
558558
/// Allow `macro_rules!` derive rules
559559
(unstable, macro_derive, "CURRENT_RUSTC_VERSION", Some(143549)),
560560
/// Give access to additional metadata about declarative macro meta-variables.

0 commit comments

Comments
 (0)