We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bf903 commit 687fdf5Copy full SHA for 687fdf5
src/librustc_codegen_llvm/diagnostics.rs
@@ -56,7 +56,7 @@ assembly call.
56
57
In particular, it can happen if you forgot the closing bracket of a register
58
constraint (see issue #51430):
59
-```
+```compile_fail
60
#![feature(asm)]
61
62
fn main() {
0 commit comments