Skip to content

Commit ecd51ed

Browse files
committed
fixup! codegen_llvm: check inline assembly constraints with LLVM
1 parent 687fdf5 commit ecd51ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/librustc_codegen_llvm/diagnostics.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ assembly call.
5656
5757
In particular, it can happen if you forgot the closing bracket of a register
5858
constraint (see issue #51430):
59-
```compile_fail
59+
```ignore (error-emitted-at-codegen-which-cannot-be-handled-by-compile_fail)
6060
#![feature(asm)]
6161
6262
fn main() {

0 commit comments

Comments
 (0)