Sign in
rust
/
rust
/
741a3a7fc466df22e50f2b8d7dc697d22c8bdd41
/
.
/
tests
/
ui
/
methods
/
method-call-type-binding.rs
blob: 290c66fabe3b361cc560e662b2d262ea543febd9 [
file
]
fn
main
()
{
0.clone
::<
T
=
u8
>();
//~ ERROR associated item constraints are not allowed here
}