mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
346 B
Plaintext
12 lines
346 B
Plaintext
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 1 previous error
|
|
|