summary refs log tree commit diff
path: root/src/test/ui/issue-20825.stderr
blob: e49e3668536cc42bd311dca15e1b5a22f81b3a96 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0391]: cycle detected when computing the supertraits of `Processor`
  --> $DIR/issue-20825.rs:15:1
   |
LL | pub trait Processor: Subscriber<Input = Self::Input> {
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = note: ...which again requires computing the supertraits of `Processor`, completing the cycle

error: aborting due to previous error

For more information about this error, try `rustc --explain E0391`.