Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
missing
/
missing-allocator.stderr
blob: 59648c42a5f3151a06a6aba9d8d2d8c83568ada1 [
file
] [
log
] [
blame
]
error
:
no
global
memory allocator found but one
is
required
;
link to std
or
add
`#[global_allocator]`
to a
static
item that
implements
the
GlobalAlloc
trait
.
error
:
aborting due to previous error