]> git.proxmox.com Git - rustc.git/blob - tests/ui/feature-gates/feature-gate-needs-allocator.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / feature-gates / feature-gate-needs-allocator.rs
1 #![needs_allocator] //~ ERROR the `#[needs_allocator]` attribute is
2
3 fn main() {}