about summary refs log tree commit diff
path: root/src/test/parse-fail/issue-32214.rs
AgeCommit message (Collapse)AuthorLines
2018-10-21Move parse-fail tests to UIVadim Petrochenkov-16/+0
2017-01-24Refactor parsing of generic arguments/parameters and where clausesVadim Petrochenkov-3/+2
2016-05-02parser: change warning into an error on `T<A=B, C>`Georg Brandl-0/+17
Fixes: #32214