From 687fdf5663f24f155f35dea5670fa9d5bc8ff738 Mon Sep 17 00:00:00 2001 From: Levente Kurusa Date: Wed, 26 Sep 2018 08:44:19 +0200 Subject: [PATCH] fixup! codegen_llvm: check inline assembly constraints with LLVM --- src/librustc_codegen_llvm/diagnostics.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_codegen_llvm/diagnostics.rs b/src/librustc_codegen_llvm/diagnostics.rs index 05359f62ac03..668d602a69c2 100644 --- a/src/librustc_codegen_llvm/diagnostics.rs +++ b/src/librustc_codegen_llvm/diagnostics.rs @@ -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() {