Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-large-assignments.rs
blob: 7e9e574bfa08f43dbbf7fa0f9d961d64a33fc78c [
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
()
{}