index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
feature-gates
/
feature-gate-needs-allocator.rs
blob: 08954944bcde79c6427c213b02c49255f6d0a3fc (
plain
)
1
2
3
#![needs_allocator]
//~ ERROR the `#[needs_allocator]` attribute is
fn
main
()
{}