Sign in
rust
/
rust
/
a89a5aa89b594ca2019ba81bc46bcf4fa7875fef
/
.
/
tests
/
ui
/
static
/
missing-type.rs
blob: 2569f47b7c38c247a11afb8b88f05026afd78090 [
file
]
// reported as #124164
static
S_COUNT
:
=
std
::
sync
::
atomic
::
AtomicUsize
::
new
(
0
);
//~^ ERROR: missing type for `static` item
fn
main
()
{}