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