rust/tests/ui/issues/issue-23122-1.stderr

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

10 lines
328 B
Plaintext
Raw Normal View History

error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next == _`
--> $DIR/issue-23122-1.rs:10:17
2019-02-23 22:25:30 +00:00
|
LL | type Next = <GetNext<T> as Next>::Next;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
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`.