blob: 467bb1ad28e047336107d2c67c3b0ba2c55c48ad [file] [log] [blame]
error[E0644]: closure/generator type that references itself
--> $DIR/issue-25439.rs:18:9
|
LL | fix(|_, x| x); //~ ERROR closure/generator type that references itself [E0644]
| ^^^^^^^^ cyclic type of infinite size
|
= note: closures cannot capture themselves or take themselves as argument;
this error may be the result of a recent compiler bug-fix,
see https://github.com/rust-lang/rust/issues/46062 for more details
error: aborting due to previous error
For more information about this error, try `rustc --explain E0644`.