blob: c4125c557223e36f5a3b4072023fc4e18a615641 [file] [log] [blame]
// check that `move_size_limit` is feature-gated
#![move_size_limit = "42"] //~ ERROR the `#[move_size_limit]` attribute is an experimental feature
fn main() {}