Skip to content

Fails to build tests on latest nightly #1

Closed
@Ryman

Description

@Ryman
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions