12 lines
332 B
Plaintext
12 lines
332 B
Plaintext
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
|
|
|