blob: ce2cfa6765d17343209b2c0aa913e8fbdfdbd4a1 [file] [log] [blame]
error[E0581]: return type references lifetime `'a`, which is not constrained by the fn input types
--> $DIR/bound-lifetime-in-return-only.rs:33:28
|
LL | let _: for<'a> fn() -> &'a i32 = loop { };
| ^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0581`.