packages feed

typst-0.9: test/typ/compiler/destructuring-01.typ

// Should error: cannot destructure unnamed pattern from dictionary
#let (_, x) = (x: 1)