Closed
Description
Minimal repro that fails to compile:
use spirv_std::spirv;
#[spirv(fragment)]
pub fn main() {
let x = [[1; 2]; 1];
}
Bisects to 02cd324
It was found in #21 (comment) (assuming it is the same issue, but at least that is what I started with to get a repro)