linkme 0.3.8

Safe cross-platform linker shenanigans
Documentation
1
2
3
4
5
6
7
8
9
10
11
error: static mut is not supported by distributed_slice
 --> tests/ui/mutable.rs:6:12
  |
6 | pub static mut SLICE: [i32] = [..];
  |            ^^^

error: static mut is not supported by distributed_slice
 --> tests/ui/mutable.rs:9:8
  |
9 | static mut ELEMENT: i32 = -1;
  |        ^^^