]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-needs-allocator.rs
Rollup merge of #106591 - Ezrashaw:attempted-integer-identifer, r=Estebank
[rust.git] / tests / ui / feature-gates / feature-gate-needs-allocator.rs
1 #![needs_allocator] //~ ERROR the `#[needs_allocator]` attribute is
2
3 fn main() {}