blob: 3eafa9fa5a9dd9da1197ea8101122065b325130b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: expected one of `,` or `>`, found `:`
--> $DIR/single-colon-path-not-const-generics.rs:8:18
|
LL | a: Vec<foo::bar:A>,
| ^
| |
| expected one of `,` or `>`
| help: write a path separator here: `::`
error: aborting due to previous error
|