Skip to content

0.8.3

Latest
Compare
Choose a tag to compare
@kevinmehall kevinmehall released this 27 Apr 17:35

Fixes

  • Fix error with [x..] range pattern (1b2da45)

Improvements

  • Allow inlining standard Parse trait impls by @neocturne (#374)
  • Support where clauses on rules by @A4-Tacks (#371)
  • Support trailing commas in type parameter lists by @A4-Tacks (#371)
  • Improve compatibility with Rust qualified path syntax in type grammar by @A4-Tacks (#371)

Other

  • Remove support for crate visibility modifier, which was dropped from rustc nightly in 2022