fixup! codegen_llvm: check inline assembly constraints with LLVM
This commit is contained in:
parent
70bf90384c
commit
687fdf5663
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
#![feature(asm)]
|
||||
|
||||
fn main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue