Sign in
rust
/
rust
/
ce46df2fca06b65e213f10054965ccbde13dc6df
/
.
/
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
()
{}