rust/tests/ui/issues/issue-21946.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
304 B
Plaintext
Raw Normal View History

error[E0275]: overflow evaluating the requirement `<FooStruct as Foo>::A == _`
--> $DIR/issue-21946.rs:8:14
2019-02-23 22:25:30 +00:00
|
LL | type A = <FooStruct as Foo>::A;
| ^^^^^^^^^^^^^^^^^^^^^
2019-02-23 22:25:30 +00:00
error: aborting due to previous error
2018-07-15 21:11:54 +00:00
For more information about this error, try `rustc --explain E0275`.