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