summary refs log tree commit diff
path: root/src/test/parse-fail/bounds-lifetime.rs
AgeCommit message (Collapse)AuthorLines
2018-03-06make bounds on higher-kinded lifetimes a hard error in ast_validationRalf Jung-6/+5
Also move the check for not having type parameters into ast_validation. I was not sure what to do with compile-fail/issue-23046.rs: The issue looks like maybe the bounds actually played a role in triggering the ICE, but that seems unlikely given that the compiler seems to entirely ignore them. However, I couldn't find a testcase without the bounds, so I figured the best I could do is to just remove the bounds and make sure at least that keeps working.
2017-01-24parser: Permit trailing +'s in bound listsVadim Petrochenkov-1/+2
2017-01-24Add testsVadim Petrochenkov-0/+23