Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-large-assignments.rs
blob: 7e9e574bfa08f43dbbf7fa0f9d961d64a33fc78c [
file
] [
log
] [
blame
] [
edit
]
// check that `move_size_limit is feature-gated
#![
move_size_limit
=
"42"
]
//~ ERROR the `#[move_size_limit]` attribute is an experimental feature
fn
main
()
{}