rust/tests/ui/linkage-attr/linkage3.stderr

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

9 lines
171 B
Plaintext
Raw Normal View History

2018-08-08 12:28:26 +00:00
error: invalid linkage specified
2020-09-01 21:12:52 +00:00
--> $DIR/linkage3.rs:11:5
2018-08-08 12:28:26 +00:00
|
2020-09-01 21:12:52 +00:00
LL | static foo: *const i32;
2022-02-13 15:27:59 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 12:28:26 +00:00
error: aborting due to previous error