]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/nested-bad-turbofish.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / parser / nested-bad-turbofish.rs
1 fn main() {
2     foo<<S as T>::V>(); //~ ERROR
3 }