From ecd51ed90b1a913d7d47138b51dad64946737958 Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Wed, 26 Sep 2018 10:19:09 +0200 Subject: [PATCH] fixup! codegen_llvm: check inline assembly constraints with LLVM --- src/librustc_codegen_llvm/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_codegen_llvm/diagnostics.rs b/src/librustc_codegen_llvm/diagnostics.rs index 668d602a69c2d..242b7a1a119f7 100644 --- a/src/librustc_codegen_llvm/diagnostics.rs +++ b/src/librustc_codegen_llvm/diagnostics.rs @@ -56,7 +56,7 @@ assembly call. In particular, it can happen if you forgot the closing bracket of a register constraint (see issue #51430): -```compile_fail +```ignore (error-emitted-at-codegen-which-cannot-be-handled-by-compile_fail) #![feature(asm)] fn main() {