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

error: aborting due to 1 previous error