-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
unprintable span with nested macro call and shadowed loop label #31719
Copy link
Copy link
Closed
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsA-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an AST
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsA-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-parserArea: The lexing & parsing of Rust source code to an ASTArea: The lexing & parsing of Rust source code to an AST
Type
Fields
Give feedbackNo fields configured for issues without a type.
This code:
triggers a warning about the shadowed label name, but it does not manage to print out either of the two spans:
(It says it's an ICE but compilation continues. So... it's a slush?) This occurs on stable/beta/nightly.