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