Sign in
rust
/
rust
/
7253b2ba610be3cfdfd391de9af8ec461a2dee27
/
.
/
tests
/
ui
/
feature-gates
/
feature-gate-needs-allocator.rs
blob: 2629f81d898973a6a34a81d28c6613e3329b281b [
file
]
#![
needs_allocator
]
//~ ERROR the `needs_allocator` attribute is
fn
main
()
{}