summaryrefslogtreecommitdiffstats
path: root/src/test/ui/methods/method-call-type-binding.stderr
blob: 4b93082ace575b53938e72bd4c80f1c27140f403 (plain)
1
2
3
4
5
6
7
8
9
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 previous error

For more information about this error, try `rustc --explain E0229`.