]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/bad-name.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / bad-name.stderr
1 error: expected one of `:`, `;`, `=`, `@`, or `|`, found `.`
2 --> $DIR/bad-name.rs:4:8
3 |
4 LL | let x.y::<isize>.z foo;
5 | ^ expected one of `:`, `;`, `=`, `@`, or `|`
6
7 error: aborting due to previous error
8