You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-langRelevant to the language team, which will review and decide on the PR/issue.
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-langRelevant to the language team, which will review and decide on the PR/issue.
Observed behavior
The code below leads to parse error in
rustc 1.19.0-nightly (e40beb3af 2017-05-11)
.Expected behavior
foo!()
is expanded correctly.The text was updated successfully, but these errors were encountered: