]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/nested-bad-turbofish.rs
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / nested-bad-turbofish.rs
1 fn main() {
2     foo<<S as T>::V>(); //~ ERROR
3 }