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

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