]> git.lizzy.rs Git - rust.git/blob - tests/ui/feature-gates/feature-gate-needs-allocator.rs
Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, 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() {}