blob: 8857d2ef30cfcdef5896608d5cca327f4c5d96e4 (
plain)
1
2
3
4
5
6
7
8
|
error: found single colon before projection in qualified path
--> $DIR/qualified-path-in-turbofish.rs:17:27
|
LL | template::<<Impl as T>:Ty>();
| ^ help: use double colon: `::`
error: aborting due to previous error
|