]> git.lizzy.rs Git - rust.git/blob - tests/ui/methods/method-call-type-binding.rs
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[rust.git] / tests / ui / methods / method-call-type-binding.rs
1 fn main() {
2     0.clone::<T = u8>(); //~ ERROR associated type bindings are not allowed here
3 }