summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/not-wf-ambiguous-normalization.stderr
blob: 34b20a0b32ce17e7b9baae7125119e3b12068425 (plain)
1
2
3
4
5
6
7
8
9
error[E0282]: type annotations needed
  --> $DIR/not-wf-ambiguous-normalization.rs:14:23
   |
LL | impl<T> Allocator for DefaultAllocator {
   |                       ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T`

error: aborting due to previous error

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