We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687fdf5 commit ecd51edCopy full SHA for ecd51ed
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
+```ignore (error-emitted-at-codegen-which-cannot-be-handled-by-compile_fail)
60
#![feature(asm)]
61
62
fn main() {
0 commit comments