summary refs log tree commit diff
path: root/src/test/compile-fail/method-call-lifetime-args.rs
AgeCommit message (Expand)AuthorLines
2017-07-18Fix incorrect subst indexVadim Petrochenkov-11/+0
2017-07-18Detect implicitly defined late bound lifetime parameters as wellVadim Petrochenkov-10/+28
2017-07-18Prohibit lifetime arguments in path segments with late bound lifetime parametersVadim Petrochenkov-7/+49
2017-07-18Support generic lifetime arguments in method callsVadim Petrochenkov-0/+33