]> git.proxmox.com Git - rustc.git/blob - src/test/ui/traits/traits-inductive-overflow-two-traits.stderr
f66cfce55c90316011b95c3be44dc4abf198ed17
[rustc.git] / src / test / ui / traits / traits-inductive-overflow-two-traits.stderr
1 error[E0275]: overflow evaluating the requirement `*mut (): Magic`
2 --> $DIR/traits-inductive-overflow-two-traits.rs:19:5
3 |
4 LL | fn wizard<T: Magic>() { check::<<T as Magic>::X>(); }
5 | ----- required by this bound in `wizard`
6 ...
7 LL | wizard::<*mut ()>();
8 | ^^^^^^^^^^^^^^^^^
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0275`.