]> git.proxmox.com Git - rustc.git/blame - src/test/ui/associated-types/defaults-cyclic-fail-2.stderr
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / associated-types / defaults-cyclic-fail-2.stderr
CommitLineData
b9856134 1error[E0275]: overflow evaluating the requirement `<bool as Tr>::B == _`
94222f64 2 --> $DIR/defaults-cyclic-fail-2.rs:27:14
74b04a01
XL
3 |
4LL | type A = Box<Self::B>;
94222f64 5 | ^^^^^^^^^^^^
74b04a01 6
b9856134 7error[E0275]: overflow evaluating the requirement `<usize as Tr>::A == _`
94222f64 8 --> $DIR/defaults-cyclic-fail-2.rs:33:14
74b04a01
XL
9 |
10LL | type B = &'static Self::A;
94222f64 11 | ^^^^^^^^^^^^^^^^
74b04a01 12
29967ef6 13error: aborting due to 2 previous errors
74b04a01 14
b9856134 15For more information about this error, try `rustc --explain E0275`.