]> git.proxmox.com Git - rustc.git/blame - src/test/ui/coherence/coherence-inherited-assoc-ty-cycle-err.re.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui / coherence / coherence-inherited-assoc-ty-cycle-err.re.stderr
CommitLineData
b7449926 1error[E0391]: cycle detected when processing `Trait`
0731742a 2 --> $DIR/coherence-inherited-assoc-ty-cycle-err.rs:12:1
b7449926
XL
3 |
4LL | trait Trait<T> { type Assoc; }
5 | ^^^^^^^^^^^^^^
6 |
7 = note: ...which again requires processing `Trait`, completing the cycle
8note: cycle used when coherence checking all impls of trait `Trait`
0731742a 9 --> $DIR/coherence-inherited-assoc-ty-cycle-err.rs:12:1
b7449926
XL
10 |
11LL | trait Trait<T> { type Assoc; }
12 | ^^^^^^^^^^^^^^
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0391`.