summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-large-assignments.rs
blob: 7e9e574bfa08f43dbbf7fa0f9d961d64a33fc78c (plain)
1
2
3
4
5
// check that `move_size_limit is feature-gated

#![move_size_limit = "42"] //~ ERROR the `#[move_size_limit]` attribute is an experimental feature

fn main() {}