1error[E0275]: overflow evaluating the requirement `<bool as Tr>::B == _`
2  --> $DIR/defaults-cyclic-fail-2.rs:27:14
3   |
4LL |     type A = Box<Self::B>;
5   |              ^^^^^^^^^^^^
6
7error[E0275]: overflow evaluating the requirement `<usize as Tr>::A == _`
8  --> $DIR/defaults-cyclic-fail-2.rs:33:14
9   |
10LL |     type B = &'static Self::A;
11   |              ^^^^^^^^^^^^^^^^
12
13error: aborting due to 2 previous errors
14
15For more information about this error, try `rustc --explain E0275`.
16