rust/src/test/ui/error-codes/E0434.stderr
Guillaume Gomez 2e104a77cf update tests
2018-03-14 00:53:24 +01:00

11 lines
303 B
Text

error[E0434]: can't capture dynamic environment in a fn item
--> $DIR/E0434.rs:14:9
|
LL | y //~ ERROR E0434
| ^
|
= help: use the `|| { ... }` closure form instead
error: aborting due to previous error
For more information about this error, try `rustc --explain E0434`.