rust/tests/ui/feature-gates/feature-gate-needs-allocator.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
82 B
Rust
Raw Normal View History

#![needs_allocator] //~ ERROR the `#[needs_allocator]` attribute is
fn main() {}