Releases: dtolnay/syn
Releases · dtolnay/syn
2.0.81
Add TypeParamBound::PreciseCapture to represent precise capture syntax impl Trait + use<'a, T>
(#1752 , #1753 , #1754 )
2.0.80
Add Expr::RawAddr
(#1743 )
Reject precise captures and ~const in inappropriate syntax positions (#1747 )
Reject trait bound containing only precise capture (#1748 )
2.0.79
Fix infinite loop on parsing chained ranges (#1741 )
Fix panic in parsing use
items containing absolute paths (#1742 )
2.0.78
Fix infinite loop on chained comparison (#1739 )
2.0.77
Support parsing Expr::Tuple
in non-"full" mode (#1727 )
2.0.76
Enforce that tail call become
keyword is followed by an expression (#1725 )
2.0.75
Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#1722 )
2.0.74
Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of Generics
iterator methods (#1719 )
You can’t perform that action at this time.