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