Skip to content

Commit

Permalink
fixup! codegen_llvm: check inline assembly constraints with LLVM
Browse files Browse the repository at this point in the history
  • Loading branch information
levex committed Sep 26, 2018
1 parent 687fdf5 commit ecd51ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_codegen_llvm/diagnostics.rs
Expand Up @@ -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() {
Expand Down

0 comments on commit ecd51ed

Please sign in to comment.