Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
allocator
/
not-an-allocator.rs
blob: 4a538d4d0a0d8ec6a438cbc8e6dfeee7ce918957 [
file
] [
log
] [
blame
] [
edit
]
#[
global_allocator
]
static
A
:
usize
=
0
;
//~^ ERROR E0277
//~| ERROR E0277
//~| ERROR E0277
//~| ERROR E0277
fn
main
()
{}