blob: 1403f9c16565c143b269d32495109ffa20abbf55 [file] [log] [blame]
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;
| ^^^