Skip to content

Commit 7aa8946

Browse files
Amanieuoli-obk
andauthored
Update src/librustc_ast_lowering/expr.rs
Co-authored-by: Oliver Scherer <[email protected]>
1 parent 6faa82b commit 7aa8946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_ast_lowering/expr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ impl<'hir> LoweringContext<'_, 'hir> {
976976
fn lower_expr_asm(&mut self, sp: Span, asm: &InlineAsm) -> hir::ExprKind<'hir> {
977977
if self.sess.asm_arch.is_none() {
978978
struct_span_err!(self.sess, sp, E0472, "asm! is unsupported on this target").emit();
979-
};
979+
}
980980
if asm.options.contains(InlineAsmOptions::ATT_SYNTAX)
981981
&& !matches!(
982982
self.sess.asm_arch,

0 commit comments

Comments
 (0)