```rust 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`
The code above fails to extract using
cargo hax --experimental-full-def json, witherror: maximum number of nodes exceeded in constant TABLE