summary refs log tree commit diff
path: root/tests/ui/duplicate/dupe-symbols-5.stderr
blob: 74c296e33a6f29ac41004ce4c4cfd53707ee0626 (plain)
1
2
3
4
5
6
7
8
error: symbol `fail` is already defined
  --> $DIR/dupe-symbols-5.rs:11:1
   |
LL | pub fn b() {
   | ^^^^^^^^^^

error: aborting due to 1 previous error