packages feed

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

--- parse tree ---
[ Comment
, SoftBreak
, Code
    "typ/compiler/destructuring-01.typ"
    ( line 2 , column 2 )
    (Let
       (DestructuringBind
          [ Simple (BasicBind Nothing)
          , Simple (BasicBind (Just (Identifier "x")))
          ])
       (Dict [ Reg ( Ident (Identifier "x") , Literal (Int 1) ) ]))
, ParBreak
]
"typ/compiler/destructuring-01.typ" (line 2, column 2):
cannot destructure unnamed pattern from dictionary