2020-02-01 13:21:54 -06:00
|
|
|
error: found single colon before projection in qualified path
|
2020-01-29 14:34:28 -06:00
|
|
|
--> $DIR/qualified-path-in-turbofish.rs:17:27
|
|
|
|
|
|
|
|
|
LL | template::<<Impl as T>:Ty>();
|
|
|
|
| ^ help: use double colon: `::`
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|