2018-08-08 14:28:26 +02:00
|
|
|
error: symbol `fail` is already defined
|
2019-12-14 04:28:32 +01:00
|
|
|
--> $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
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-08-08 14:28:26 +02:00
|
|
|
|