Properly check target_features not to trigger an assertion

This commit is contained in:
Yuki Okushi
2021-10-21 04:56:36 +09:00
parent bd309e4628
commit 12647eab79
4 changed files with 11 additions and 4 deletions

View File

@@ -58,6 +58,7 @@ pub trait AsmBuilderMethods<'tcx>: BackendTypes {
operands: &[InlineAsmOperandRef<'tcx, Self>],
options: InlineAsmOptions,
line_spans: &[Span],
instance: Instance<'_>,
);
}