rust/tests/ui/parser/nested-bad-turbofish.rs

4 lines
48 B
Rust

fn main() {
foo<<S as T>::V>(); //~ ERROR
}