]> git.lizzy.rs Git - rust.git/commitdiff
Merge #1038
authorbors[bot] <bors[bot]@users.noreply.github.com>
Sun, 31 Mar 2019 10:43:50 +0000 (10:43 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Sun, 31 Mar 2019 10:43:50 +0000 (10:43 +0000)
1038: Add WherePred to allow predicate access in WhereClause r=matklad a=vipentti

Lifetime bounds in where predicates are now also parsed into `TYPE_BOUND_LIST` to allow unified access to bounds.

Co-authored-by: Ville Penttinen <villem.penttinen@gmail.com>

Trivial merge