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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
98 B
Rust
Raw Normal View History

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