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
170 B
Plaintext
Raw Normal View History

2018-08-08 07:28:26 -05:00
error: invalid linkage specified
2023-07-04 20:01:10 -05:00
--> $DIR/linkage3.rs:7:5
2018-08-08 07:28:26 -05:00
|
2020-09-01 16:12:52 -05:00
LL | static foo: *const i32;
2022-02-13 09:27:59 -06:00
| ^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 07:28:26 -05:00
error: aborting due to previous error