]> git.lizzy.rs Git - rust.git/blob - tests/ui/generics/single-colon-path-not-const-generics.stderr
Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk
[rust.git] / tests / 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