os-rust/tests/ui/duplicate/dupe-symbols-6.stderr

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

9 lines
184 B
Text
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: symbol `fail` is already defined
--> $DIR/dupe-symbols-6.rs:10:1
2018-08-08 14:28:26 +02:00
|
LL | static HELLO_TWICE: u16 = 0;
2022-02-13 16:27:59 +01:00
| ^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
error: aborting due to 1 previous error
2018-08-08 14:28:26 +02:00