os-rust/tests/ui/linkage-attr/linkage2.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
259 B
Text
Raw Normal View History

error[E0791]: invalid type for variable with `#[linkage]` attribute
--> $DIR/linkage2.rs:7:5
2018-08-08 14:28:26 +02:00
|
2020-09-01 17:12:52 -04:00
LL | static foo: i32;
2022-02-13 16:27:59 +01:00
| ^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
error: aborting due to previous error
For more information about this error, try `rustc --explain E0791`.