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