]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bad-name.stderr
Rollup merge of #63921 - RalfJung:file-check, r=alexcrichton
[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 `|` here
6
7 error: aborting due to previous error
8