summaryrefslogtreecommitdiffstats
path: root/src/test/ui/recursion/issue-95134.stderr
blob: 57a498694b7c1215aa79b48e2bb95772d873c0fe (plain)
1
2
3
4
5
6
7
error[E0275]: overflow evaluating the requirement `<EmptyWriter as ExampleWriter>::Error`
   |
   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_95134`)

error: aborting due to previous error

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