unprintable span with nested macro call and shadowed loop label #31719
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-parser
Area: The parsing of Rust source code to an AST
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.
The text was updated successfully, but these errors were encountered: