]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-22673.stderr
Move some `compile-fail` tests to `ui`
[rust.git] / src / test / ui / issue-22673.stderr
1 error[E0391]: cycle detected when computing the supertraits of `Expr`
2   --> $DIR/issue-22673.rs:11:1
3    |
4 LL | trait Expr : PartialEq<Self::Item> {
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: ...which again requires computing the supertraits of `Expr`, completing the cycle
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0391`.