rust/crates/parser
Steven Joruk 972f50da2d fix: Stop wrapping ConstParam's default values in ConstArg
This was causing ConstParam::default_val to always return None for block
expressions.

CONST_ARG@24..29
  BLOCK_EXPR@24..29
    ...
2022-03-11 19:51:35 +00:00
..
src fix: Stop wrapping ConstParam's default values in ConstArg 2022-03-11 19:51:35 +00:00
test_data fix: Stop wrapping ConstParam's default values in ConstArg 2022-03-11 19:51:35 +00:00
Cargo.toml internal: move inline parser tests to parser crate 2021-12-26 18:19:09 +03:00