Skip to content
/ rust Public
forked from rust-lang/rust

Commit 1f9c06c

Browse files
authored
Rollup merge of rust-lang#133583 - tbu-:pr_fix_typo2, r=compiler-errors
Fix type (exit → exist)
2 parents 4707966 + 8a367ec commit 1f9c06c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/rfcs/rfc-2627-raw-dylib/invalid-dlltool.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Tests that failing to run dlltool will raise an error.
22

33
//@ needs-dlltool
4-
//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exit.exe
4+
//@ compile-flags: --crate-type lib --emit link -Cdlltool=does_not_exist.exe
55
#[link(name = "foo", kind = "raw-dylib")]
66
extern "C" {
77
fn f(x: i32);

0 commit comments

Comments
 (0)