]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generics/single-colon-path-not-const-generics.stderr
Auto merge of #96711 - emilio:inline-slice-clone, r=nikic
[rust.git] / src / test / ui / generics / single-colon-path-not-const-generics.stderr
1 error: expected one of `,` or `>`, found `:`
2   --> $DIR/single-colon-path-not-const-generics.rs:8:18
3    |
4 LL |   a: Vec<foo::bar:A>,
5    |                  ^
6    |                  |
7    |                  expected one of `,` or `>`
8    |                  help: write a path separator here: `::`
9
10 error: aborting due to previous error
11