We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9c09d commit 2adc07fCopy full SHA for 2adc07f
src/test/compile-fail/E0045.rs
@@ -8,7 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
-extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
+extern "Rust" { fn foo(x: u8, ...); } //~ ERROR E0045
12
+ //~| NOTE variadics require C calling conventions
13
14
fn main() {
15
}
0 commit comments