]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/qualified-path-in-turbofish.stderr
Point (again) to more expressions with their type, even if not fully resolved
[rust.git] / src / test / ui / parser / qualified-path-in-turbofish.stderr
1 error: found single colon before projection in qualified path
2   --> $DIR/qualified-path-in-turbofish.rs:17:27
3    |
4 LL |     template::<<Impl as T>:Ty>();
5    |                           ^ help: use double colon: `::`
6
7 error: aborting due to previous error
8