2023-02-09 13:45:01 -06:00
|
|
|
error[E0118]: no nominal type found for inherent implementation
|
2023-02-11 17:17:38 -06:00
|
|
|
--> $DIR/wrong-normalization.rs:16:1
|
2023-02-09 13:45:01 -06:00
|
|
|
|
|
|
|
|
LL | impl <I8<{i8::MIN}> as Identity>::Identity {
|
2023-02-11 17:17:38 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ impl requires a nominal type
|
2023-02-09 13:45:01 -06:00
|
|
|
|
|
|
|
|
= note: either implement a trait on it or create a newtype to wrap it instead
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0118`.
|