Skip to content

Commit 11e8ade

Browse files
committed
see if this fixes Windows
1 parent 6dcb538 commit 11e8ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/compile-fail/function_calls/exported_symbol_clashing.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#[no_mangle]
22
fn foo() {}
3-
//~^ HELP then it's defined here again, in crate `exported_symbol_clashing`
3+
//~^ then it's defined here again, in crate `exported_symbol_clashing`
44

55
#[export_name = "foo"]
66
fn bar() {}
7-
//~^ HELP it's first defined here, in crate `exported_symbol_clashing`
7+
//~^ it's first defined here, in crate `exported_symbol_clashing`
88

99
fn main() {
1010
extern "Rust" {

0 commit comments

Comments
 (0)