blob: 34b20a0b32ce17e7b9baae7125119e3b12068425 [file] [log] [blame]
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`.