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