Properly check target_features
not to trigger an assertion
This commit is contained in:
parent
bd309e4628
commit
12647eab79
4 changed files with 11 additions and 4 deletions
|
@ -58,6 +58,7 @@ pub trait AsmBuilderMethods<'tcx>: BackendTypes {
|
|||
operands: &[InlineAsmOperandRef<'tcx, Self>],
|
||||
options: InlineAsmOptions,
|
||||
line_spans: &[Span],
|
||||
instance: Instance<'_>,
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue