Skip to content

[Frontend] maximum number of nodes exceeded in constant table with --experimental-full-def #2040

@maximebuyse

Description

@maximebuyse
pub const INNER: &[u32] = &[0u32; 1000];
pub const TABLE: [&[u32]; 1000] = [INNER; 1000];

The code above fails to extract using cargo hax --experimental-full-def json, with error: maximum number of nodes exceeded in constant TABLE

Metadata

Metadata

Assignees

No one assigned

    Labels

    frontendIssue in the Rust to JSON translation

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions