| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-03-06 | make bounds on higher-kinded lifetimes a hard error in ast_validation | Ralf 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-24 | parser: Permit trailing +'s in bound lists | Vadim Petrochenkov | -1/+2 | |
| 2017-01-24 | Add tests | Vadim Petrochenkov | -0/+23 | |
