summary refs log tree commit diff
path: root/src/test/ui/feature-gates/feature-gate-needs-allocator.rs
blob: a3f91d02b3ee3de002c48d877c1af857e09b4ea8 (plain)
1
2
3
4
#![needs_allocator] //~ ERROR the `#[needs_allocator]` attribute is

fn main() {}