2020-02-01 19:21:54 +00:00
|
|
|
error: found single colon before projection in qualified path
|
2020-01-29 20:34:28 +00: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
|
|
|
|
|