blob: 8b1da2c06893d6d2093de7212c5b4ede86eb2807 [file] [edit]
error[E0658]: `move(expr)` syntax is experimental
--> $DIR/feature-gate-move_expr.rs:2:16
|
LL | let _ = || move(2);
| ^^^^
|
= note: see issue #155050 <https://github.com/rust-lang/rust/issues/155050> for more information
= help: add `#![feature(move_expr)]` to the crate attributes to enable
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0658`.