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