blob: 6b3e8792011588f0b21878627c4d402778ad860d [file] [log] [blame]
error[E0434]: can't capture dynamic environment in a fn item
--> $DIR/fn-item-cant-capture-dynamic-env.rs:3:32
|
LL | fn foo() -> isize { return bar; }
| ^^^
|
= help: use the `|| { ... }` closure form instead
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0434`.