Skip to content

Commit 5bd9602

Browse files
authored
Rollup merge of #133583 - tbu-:pr_fix_typo2, r=compiler-errors
Fix type (exit → exist)
2 parents 33c245b + bab1fcb commit 5bd9602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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);
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: Error calling dlltool 'does_not_exit.exe': program not found
1+
error: Error calling dlltool 'does_not_exist.exe': program not found
22

33
error: aborting due to 1 previous error
44

0 commit comments

Comments
 (0)