Skip to content

Commit 687fdf5

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-
```
59+
```compile_fail
6060
#![feature(asm)]
6161
6262
fn main() {

0 commit comments

Comments
 (0)