fixup! codegen_llvm: check inline assembly constraints with LLVM

This commit is contained in:
Levente Kurusa 2018-09-26 08:44:19 +02:00
parent 70bf90384c
commit 687fdf5663
No known key found for this signature in database
GPG key ID: 28D6B15E6B491269

View file

@ -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() {