We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b78b156 commit fc497f7Copy full SHA for fc497f7
src/librustc_middle/arena.rs
@@ -82,6 +82,8 @@ macro_rules! arena_types {
82
// (during lowering) and the `librustc_middle` arena (for decoding MIR)
83
[decode] asm_template: rustc_ast::ast::InlineAsmTemplatePiece,
84
85
+ // This is used to decode the &'tcx [Span] for InlineAsm's line_spans.
86
+ [decode] span: rustc_span::Span,
87
], $tcx);
88
)
89
}
0 commit comments