blob: 7787d6b68f2571cdf5b94bf7dd4dd30394efc1b0 [file] [edit]
error[E0275]: overflow evaluating the requirement `<u8 as Trait>::Diverges<u8> == _`
--> $DIR/normalize-diverging-alias-in-struct.rs:21:12
|
LL | field: Box<<u8 as Trait>::Diverges<u8>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.