scattered-collect 0.22.1

Link-time collections for Rust (distributed slices, registries)
Documentation
1
2
3
4
5
6
7
8
9
error: Missing #[scatter] attribute.
 --> tests/errors/scatter_missing_attribute.rs:6:1
  |
6 | / scatter! {
7 | |     static BAD: (&'static str, u32) = ("a", 1);
8 | | }
  | |_^
  |
  = note: this error originates in the macro `$crate::__support::scatter_parse` which comes from the expansion of the macro `scatter` (in Nightly builds, run with -Z macro-backtrace for more info)