summaryrefslogtreecommitdiffstats
path: root/src/test/ui/methods/method-call-type-binding.rs
blob: f547ca8d1c2ac2256166e102c36e817fec52156d (plain)
1
2
3
fn main() {
    0.clone::<T = u8>(); //~ ERROR associated type bindings are not allowed here
}