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

10 lines
308 B
Plaintext

error[E0229]: associated type bindings are not allowed here
--> $DIR/method-call-type-binding.rs:2:15
|
LL | 0.clone::<T = u8>();
| ^^^^^^ associated type not allowed here
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0229`.