summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type-alias-impl-trait/issue-53398-cyclic-types.stderr
blob: d20b1cc6d851bb135b3dd00fd87cc535e20c9141 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0275]: overflow evaluating the requirement `fn() -> Foo {foo}: Sized`
  --> $DIR/issue-53398-cyclic-types.rs:5:13
   |
LL | fn foo() -> Foo {
   |             ^^^
   |
   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_53398_cyclic_types`)

error: aborting due to previous error

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