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