macro future-proofing regression: $a:ty [ b ]
is now rejected
#30923
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
(spawned off of #25658 (comment) )
macro future-proofing regression:
$a:ty [ b ]
is now rejectedThis was indeed a direct consequence of the rules as stated in rust-lang/rfcs#1384
But since we may want to fix one-off cases like this, I am opening a separate issue and marking it as a regression.
The text was updated successfully, but these errors were encountered: