Closed
Description
pub static mut freelist: [&'static mut [u8]; 16] =
[&mut [], &mut [], &mut [], &mut [], &mut [], &mut [], &mut [],
&mut [], &mut [], &mut [], &mut [], &mut [], &mut [], &mut [],
&mut [], &mut []];
At one point, the macros used in tests/lib.rs
expand to the above, which is allowed on stable and beta, but seems to be denied on nightly. You can try it here: https://is.gd/9tUBN8
This might be related to rust-lang/rust#33130
Metadata
Metadata
Assignees
Labels
No labels