rust/tests/ui/duplicate/dupe-symbols-3.stderr
2023-01-11 09:32:08 +00:00

9 lines
159 B
Plaintext

error: symbol `fail` is already defined
--> $DIR/dupe-symbols-3.rs:12:1
|
LL | pub fn fail() {
| ^^^^^^^^^^^^^
error: aborting due to previous error