9 lines
249 B
Plaintext
9 lines
249 B
Plaintext
|
error: found single colon where type path was expected
|
||
|
--> $DIR/qualified-path-in-turbofish.rs:17:27
|
||
|
|
|
||
|
LL | template::<<Impl as T>:Ty>();
|
||
|
| ^ help: use double colon: `::`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|