]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bad-name.stderr
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.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