Sign in
android
/
toolchain
/
rustc
/
89a0a0cd9cbd0a0138a09bd877bbc73859a8c330
/
.
/
src
/
test
/
ui
/
feature-gates
/
feature-gate-needs-allocator.rs
blob: 08954944bcde79c6427c213b02c49255f6d0a3fc [
file
] [
log
] [
blame
]
#![
needs_allocator
]
//~ ERROR the `#[needs_allocator]` attribute is
fn
main
()
{}