about summary refs log tree commit diff
path: root/src/test/compile-fail/method-call-lifetime-args.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-82/+0
2017-07-18Fix incorrect subst indexVadim Petrochenkov-11/+0
Fix treatment of lifetimes defined in nested types during detection of late bound regions in signatures. Do not replace substs with inference variables when "cannot specify lifetime arguments explicitly..." is reported as a lint.
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