os-rust/tests/ui/feature-gates/feature-gate-large-assignments.rs
binchengqu a307c5499e Add the missing quotation mark in comment
Signed-off-by: binchengqu <bincheng@before.tech>
2024-11-18 20:18:22 +08:00

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() {}