mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 14:40:37 +00:00
6 lines
163 B
Rust
6 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() {}
|