a307c5499e
Signed-off-by: binchengqu <bincheng@before.tech>
5 lines
163 B
Rust
5 lines
163 B
Rust
// check that `move_size_limit` is feature-gated
|
|
|
|
#![move_size_limit = "42"] //~ ERROR the `#[move_size_limit]` attribute is an experimental feature
|
|
|
|
fn main() {}
|