]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/nested-bad-turbofish.stderr
Merge commit '598f0909568a51de8a2d1148f55a644fd8dffad0' into sync_cg_clif-2023-01-24
[rust.git] / tests / ui / parser / nested-bad-turbofish.stderr
1 error: comparison operators cannot be chained
2   --> $DIR/nested-bad-turbofish.rs:2:16
3    |
4 LL |     foo<<S as T>::V>();
5    |                ^   ^
6    |
7    = help: use `::<...>` instead of `<...>` to specify lifetime, type, or const arguments
8    = help: or use `(...)` if you meant to specify fn arguments
9
10 error: aborting due to previous error
11