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

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