Sign in
◑
Theme
rust
/
rust
/
414be2e6ff398dd67aea1f6fffb1d335a23322bd
/
.
/
tests
/
ui
/
allocator
/
function-allocator.rs
blob: d53f6e9b72e88dda866e68ddc446eb4491ddbf75 [
file
]
#[
global_allocator
]
fn
foo
()
{}
//~ ERROR: allocators must be statics
fn
main
()
{}