typst/crates/typst-syntax
Laurenz 25613cfaf3 Fix missing capturing of assignments
The previous commit was a bit overambitious. The left-hand side of assignments should actually be fully captured: Argument lists in `at` calls can contain captured variables. And if the assigned variable itself is captured, then the function is faulty anyway. (And we ensure the correct error message by capturing it.)

Fixes #2169
2023-09-16 20:41:44 +02:00
..
src Fix missing capturing of assignments 2023-09-16 20:41:44 +02:00
Cargo.toml First-class types 2023-09-11 14:40:22 +02:00