blob: d82fa80e594adda49347d882eee0c60711a2faf7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: comparison operators cannot be chained
--> $DIR/nested-bad-turbofish.rs:2:16
|
LL | foo<<S as T>::V>();
| ^ ^
|
= help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
= help: or use `(...)` if you meant to specify fn arguments
error: aborting due to previous error
|