rust/compiler/rustc_builtin_macros
Matthias Krüger 6cfe9af6a0
Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot
Fix ICE on format string of macro with secondary-label

This generalizes the fix #86104 to also correctly skip `Span::from_inner` for the `secondary_label` of a format macro parsing error as well.

We can alternatively skip the `span_label` diagnostic call for the secondary label as well, since that label probably only makes sense when the _proper_ span is computed.

Fixes #91556
2021-12-10 22:40:35 +01:00
..
src Rollup merge of #91575 - compiler-errors:issue-91556, r=cjgillot 2021-12-10 22:40:35 +01:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00