rust/tests/ui/methods/method-call-type-binding.rs

4 lines
95 B
Rust

fn main() {
0.clone::<T = u8>(); //~ ERROR associated type bindings are not allowed here
}