Skip to content

2.0.90

Compare
Choose a tag to compare
@dtolnay dtolnay released this 29 Nov 21:48
· 17 commits to master since this release
2.0.90
ac5b41c
  • Fix automatic parenthesization of subexpressions containing outer attributes, such as (#[attr] thing).field (#1785)
  • Fix automatic parenthesization of function calls via a struct field, such as (thing.field)() and thing.0() (#1786)