enso/lib/rust/parser/debug
Kaz Wesley d2ae17ffc9
Disallow a confusing constructor syntax (#11856)
Previously, a constructor or type definition with a single argument defined inline could use spaces within the argument's definition without parentheses, as in the draft spec. This syntax was found confusing and is no longer allowed. No usages occurred in our `.enso` files. Fixes #10812.
2024-12-16 15:54:19 +00:00
..
fuzz Distinguish assignment/thunk by statement context (#11324) 2024-10-18 17:54:55 +00:00
src Disallow a confusing constructor syntax (#11856) 2024-12-16 15:54:19 +00:00
tests Disallow a confusing constructor syntax (#11856) 2024-12-16 15:54:19 +00:00
tools line:col positions in parser (#8203) 2023-11-08 16:53:39 +00:00
Cargo.toml Rust bump, reduce dependencices (#10803) 2024-08-13 23:16:55 +00:00