mirror of
https://github.com/enso-org/enso.git
synced 2024-12-21 09:01:29 +03:00
d278ad636c
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.) |
||
---|---|---|
.. | ||
metadata | ||
parse.rs |