rust/tests/ui/resolve/fn-item-cant-capture-dynami...

12 lines
369 B
Plaintext

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`.