2024-02-15 11:12:05 -06:00
|
|
|
error[E0207]: the type parameter `T` is not constrained by the impl trait, self type, or predicates
|
|
|
|
--> $DIR/not-wf-ambiguous-normalization.rs:14:6
|
2023-10-31 08:58:03 -05:00
|
|
|
|
|
|
|
|
LL | impl<T> Allocator for DefaultAllocator {
|
2024-02-15 11:12:05 -06:00
|
|
|
| ^ unconstrained type parameter
|
2023-10-31 08:58:03 -05:00
|
|
|
|
2023-11-21 10:44:51 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-10-31 08:58:03 -05:00
|
|
|
|
2024-02-15 11:12:05 -06:00
|
|
|
For more information about this error, try `rustc --explain E0207`.
|