Sign in
rust
/
rust-lang
/
rust
/
refs/heads/stable
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-large-assignments.rs
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
()
{}