blob: 58d7fcd56c71edbe10e195c11920e582d3c63c39 [file] [log] [blame]
error[E0275]: overflow evaluating the requirement `*mut (): Magic`
--> $DIR/traits-inductive-overflow-two-traits.rs:19:5
|
LL | fn wizard<T: Magic>() { check::<<T as Magic>::X>(); }
| --------------------- required by `wizard`
...
LL | wizard::<*mut ()>();
| ^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0275`.