github dtolnay/syn 1.0.41

latest releases: 2.0.61, 2.0.60, 2.0.59...
3 years ago
  • Fix panic on printing an incomplete (having fewer path segments than originally parsed with) qualified path (ExprPath, PatPath, TypePath containing QSelf) (#891, thanks @taiki-e)
  • Fix panic triggered by syntactically invalid overflowing negative float literal after . in a field access position, e.g. let _ = obj.-0.9E999999 (#895, thanks @sameer)
  • Enable using parse_macro_input! with a Parser function rather than type having a Parse impl (#896, thanks @sbrocket)

Don't miss a new syn release

NewReleases is sending notifications on new releases.