We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0112f3b commit 1fffdafCopy full SHA for 1fffdaf
src/test/compile-fail/linkage1.rs
@@ -11,4 +11,5 @@
11
extern {
12
#[linkage = "extern_weak"] static foo: isize;
13
//~^ ERROR: the `linkage` attribute is experimental and not portable
14
+ //~^^ ERROR: the `linkage` attribute is experimental and not portable
15
}
src/test/compile-fail/linkage4.rs
@@ -10,6 +10,6 @@
10
#[linkage = "external"]
static foo: isize = 0;
-//~^ ERROR: the `linkage` attribute is experimental and not portable
+//~^^ ERROR: the `linkage` attribute is experimental and not portable
fn main() {}
0 commit comments