]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-large-assignments.stderr
Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank
[rust.git] / tests / ui / feature-gates / feature-gate-large-assignments.stderr
1 error[E0658]: the `#[move_size_limit]` attribute is an experimental feature
2   --> $DIR/feature-gate-large-assignments.rs:3:1
3    |
4 LL | #![move_size_limit = "42"]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = note: see issue #83518 <https://github.com/rust-lang/rust/issues/83518> for more information
8    = help: add `#![feature(large_assignments)]` to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.