Sign in
rust
/
rust
/
bef489b0ce648ca033720e2ccf227c461e4fc0ee
/
.
/
tests
/
ui
/
static
/
missing-type.stderr
blob: 5aad521fb403e158b45f7807bc83f105b6628c6a [
file
] [
log
] [
blame
]
error
:
missing type
for
`static`
item
-->
$DIR
/
missing
-
type
.
rs
:
2
:
16
|
LL
|
static
S_COUNT
:
=
std
::
sync
::
atomic
::
AtomicUsize
::
new
(
0
);
|
^
help
:
provide a type
for
the
static
variable
:
`Atomic<usize>`
error
:
aborting due to
1
previous error