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