]> git.lizzy.rs Git - rust.git/commitdiff
fixup! codegen_llvm: check inline assembly constraints with LLVM
authorLevente Kurusa <lkurusa@acm.org>
Wed, 26 Sep 2018 08:19:09 +0000 (10:19 +0200)
committerLevente Kurusa <lkurusa@acm.org>
Wed, 26 Sep 2018 08:19:09 +0000 (10:19 +0200)
src/librustc_codegen_llvm/diagnostics.rs

index 668d602a69c2dbdede7d9d3cd5c5aeb1cbdd3a9e..242b7a1a119f7ef54b8aace01f4769ead2a40329 100644 (file)
@@ -56,7 +56,7 @@ fn main() {
 
 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() {