rust/tests/ui/duplicate/dupe-symbols-2.stderr

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

9 lines
189 B
Plaintext
Raw Normal View History

2018-08-08 14:28:26 +02:00
error: symbol `fail` is already defined
--> $DIR/dupe-symbols-2.rs:15:5
2018-08-08 14:28:26 +02:00
|
LL | pub extern "C" fn fail() {
| ^^^^^^^^^^^^^^^^^^^^^^^^
2018-08-08 14:28:26 +02:00
error: aborting due to previous error