about summary refs log tree commit diff
path: root/tests/ui/traits/solver-cycles/129541-recursive-enum-and-array-impl.stderr
blob: 50dcea0bfac69be316b969a136729651595c4a53 (plain)
1
2
3
4
5
6
7
8
9
10
error[E0391]: cycle detected when computing layout of `<[Hello] as Normalize>::Assoc`
   |
   = note: ...which requires computing layout of `Hello`...
   = note: ...which again requires computing layout of `<[Hello] as Normalize>::Assoc`, completing the cycle
   = note: cycle used when computing layout of `Hello`
   = note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information

error: aborting due to 1 previous error

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