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