Closed wbrickner closed 1 month ago
Inside #[cube] functions I am unable to write things like let (x, y) = (0, 1);
#[cube]
let (x, y) = (0, 1);
not yet implemented: Analysis: unsupported path Pat::Tuple { attrs: [], paren_token: Paren, elems: [Pat::Ident { attrs: [], by_ref: None, mutability: None, ident: Ident { ident: "x", span: #0 bytes(614..615) }, subpat: None }, Comma, Pat::Ident { attrs: [], by_ref: None, mutability: None, ident: Ident { ident: "y", span: #0 bytes(617..618) }, subpat: None }] }
Inside
#[cube]
functions I am unable to write things likelet (x, y) = (0, 1);