Merge branch 'master' into sync_branch_name
This commit is contained in:
commit
5a89328710
@ -115,7 +115,7 @@ fn codegen_inline_asm(
|
||||
span: &[Span],
|
||||
instance: Instance<'_>,
|
||||
dest: Option<Self::BasicBlock>,
|
||||
_catch_funclet: Option<(Self::BasicBlock, Option<&Self::Funclet>)>,
|
||||
_dest_catch_funclet: Option<(Self::BasicBlock, Option<&Self::Funclet>)>,
|
||||
) {
|
||||
if options.contains(InlineAsmOptions::MAY_UNWIND) {
|
||||
self.sess().dcx().create_err(UnwindingInlineAsm { span: span[0] }).emit();
|
||||
|
Loading…
Reference in New Issue
Block a user