We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6236ee1 commit 4501e5aCopy full SHA for 4501e5a
src/librustc_typeck/diagnostics.rs
@@ -458,7 +458,7 @@ Rust only supports variadic parameters for interoperability with C code in its
458
FFI. As such, variadic parameters can only be used with functions which are
459
using the C ABI. Examples of erroneous code:
460
461
-```compile_fail,E0045
+```compile_fail
462
#![feature(unboxed_closures)]
463
464
extern "rust-call" { fn foo(x: u8, ...); }
0 commit comments