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