enso/lib/rust/parser/debug/tests
Kaz Wesley d278ad636c
Replace private modifier node with field on supporting types (#11346)
Eliminate `private` modifier-node: `private` is a field in supporting types, or a single-token node in the case of `private` declarations.

# Important Notes
- Rust parser tests: Switch to a builder-style API for defining expected `Function` ASTs to allow further changes to `Function` fields without rewriting all the tests again.
- TreeToIr: Fix discarded module-level `diag`; add a test that covers module diagnostics.
- Syntax: Disallow `private` methods in function blocks. (Previously this was enforced in the compiler.)
2024-10-22 16:26:00 +00:00
..
metadata Ensure all spans have document offsets (#8039) 2023-10-19 12:36:42 +00:00
parse.rs Replace private modifier node with field on supporting types (#11346) 2024-10-22 16:26:00 +00:00