]> git.lizzy.rs Git - rust.git/blob - src/test/ui/duplicate/dupe-symbols-5.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[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