We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4707966 + 8a367ec commit 1f9c06cCopy full SHA for 1f9c06c
tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs
@@ -1,7 +1,7 @@
1
// Tests that failing to run dlltool will raise an error.
2
3
//@ needs-dlltool
4
-//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
+//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exist.exe
5
#[link(name = "foo", kind = "raw-dylib")]
6
extern "C" {
7
fn f(x: i32);
0 commit comments