We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcb538 commit 11e8adeCopy full SHA for 11e8ade
tests/compile-fail/function_calls/exported_symbol_clashing.rs
@@ -1,10 +1,10 @@
1
#[no_mangle]
2
fn foo() {}
3
-//~^ HELP then it's defined here again, in crate `exported_symbol_clashing`
+//~^ then it's defined here again, in crate `exported_symbol_clashing`
4
5
#[export_name = "foo"]
6
fn bar() {}
7
-//~^ HELP it's first defined here, in crate `exported_symbol_clashing`
+//~^ it's first defined here, in crate `exported_symbol_clashing`
8
9
fn main() {
10
extern "Rust" {
0 commit comments