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