Rollup merge of #54967 - holmgr:master, r=estebank
Remove incorrect span for second label inner macro invocation A fix for issue #54841
This commit is contained in:
commit
644dbf99ed
2 changed files with 5 additions and 3 deletions
|
|
@ -1,9 +1,6 @@
|
|||
error: expected one of `crate`, `fn`, `pub`, `static`, or `type`, found `let`
|
||||
--> $DIR/issue-54441.rs:5:9
|
||||
|
|
||||
LL | #![feature(macros_in_extern)]
|
||||
| - expected one of `crate`, `fn`, `pub`, `static`, or `type` here
|
||||
...
|
||||
LL | let //~ ERROR expected
|
||||
| ^^^ unexpected token
|
||||
...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue