Move named_asm_labels to a HIR lint
This commit is contained in:
@@ -2386,6 +2386,7 @@ impl<'hir> InlineAsmOperand<'hir> {
|
||||
#[derive(Debug, HashStable_Generic)]
|
||||
pub struct InlineAsm<'hir> {
|
||||
pub template: &'hir [InlineAsmTemplatePiece],
|
||||
pub template_strs: &'hir [(Symbol, Option<Symbol>, Span)],
|
||||
pub operands: &'hir [(InlineAsmOperand<'hir>, Span)],
|
||||
pub options: InlineAsmOptions,
|
||||
pub line_spans: &'hir [Span],
|
||||
|
||||
Reference in New Issue
Block a user