Move named_asm_labels
to a HIR lint
This commit is contained in:
parent
f66e825f73
commit
0b81c2eb82
10 changed files with 304 additions and 147 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue