about summary refs log tree commit diff
path: root/src/test/compile-fail/issue-22886.rs
AgeCommit message (Collapse)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-32/+0
2016-08-06Update unit tests to accord for label in E0207Shantanu Raj-0/+1
2015-04-17Augment the constrainted parameter check to ensure that all regionsNiko Matsakis-0/+31
which get mentioned in an associated type are constrained. Arguably we should just require that all regions are constrained, but that is more of a breaking change.