blob: ca4d3224ec790512ab37aa85db4a4e8db4e93b65 [file] [log] [blame] [edit]
error[E0080]: evaluation of constant value failed
--> $DIR/no-ice-from-static-in-const-issue-52060.rs:5:35
|
LL | static B: [u32; 1] = [0; unsafe { A.len() }];
| ^ constant accesses mutable global memory
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0080`.