]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-21946.stderr
Rollup merge of #75837 - GuillaumeGomez:fix-font-color-help-button, r=Cldfire
[rust.git] / src / test / ui / issues / issue-21946.stderr
1 error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
2   --> $DIR/issue-21946.rs:7:6
3    |
4 LL | impl Foo for FooStruct {
5    |      ^^^
6
7 error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
8   --> $DIR/issue-21946.rs:9:5
9    |
10 LL |     type A = <FooStruct as Foo>::A;
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0275`.