rust/src/test/ui/lifetimes
bors bdae618418 Auto merge of #46722 - arielb1:single-self, r=eddyb
fix broken assertion in type_param

Nested generics (aka method generics) in trait methods don't have an
*additional* Self parameter in their own type parameter list (they have
a Self parameter in the parent generics), so don't try to check we're
correctly adjusting for it.

Fixes #46568.

r? @eddyb
2017-12-16 09:12:04 +00:00
..
borrowck-let-suggestion.rs Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
borrowck-let-suggestion.stderr Point at var in short lived borrows 2017-12-14 22:45:45 -08:00
lifetime-doesnt-live-long-enough.rs fix broken assertion in type_param 2017-12-13 23:06:54 -06:00
lifetime-doesnt-live-long-enough.stderr fix broken assertion in type_param 2017-12-13 23:06:54 -06:00