Sign in
◑
Theme
rust
/
rust
/
7bb6510fc1899b008837a376a7fdf31b341cc1bb
/
.
/
tests
/
ui
/
methods
/
method-call-type-binding.rs
blob: f547ca8d1c2ac2256166e102c36e817fec52156d [
file
]
fn
main
()
{
0.clone
::<
T
=
u8
>();
//~ ERROR associated type bindings are not allowed here
}