]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate/dupe-symbols-5.stderr
Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay
[rust.git] / src / test / ui / duplicate / dupe-symbols-5.stderr
1 error: symbol `fail` is already defined
2   --> $DIR/dupe-symbols-5.rs:11:1
3    |
4 LL | pub fn b() {
5    | ^^^^^^^^^^
6
7 error: aborting due to previous error
8