]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate/dupe-symbols-2.stderr
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / duplicate / dupe-symbols-2.stderr
1 error: symbol `fail` is already defined
2   --> $DIR/dupe-symbols-2.rs:15:5
3    |
4 LL |     pub extern "C" fn fail() {
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8