about summary refs log tree commit diff
path: root/tests/ui/traits/solver-cycles/129541-recursive-struct.multiple_next.stderr
blob: 93b064cdce2a555bb4056d971179594caf0b91d5 (plain)
1
2
3
4
5
6
error: reached the recursion limit finding the struct tail for `<[Hello] as Normalize>::Assoc`
   |
   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]`

error: aborting due to 1 previous error