rust/src/test
Ariel Ben-Yehuda 7b1e8446d1 Substitute free lifetimes when Self is used within a method body
This is needed because `Self` can be substituted to a type with
lifetime parameters.

Fixes #24308
Fixes #25071
Fixes #25259
Fixes #25279
2015-05-20 21:23:41 +03:00
..
auxiliary
bench
codegen
compile-fail Address review commets 2015-05-19 17:42:14 +03:00
compile-fail-fulldeps
debuginfo
parse-fail
pretty
run-fail
run-fail-fulldeps
run-make
run-pass Substitute free lifetimes when Self is used within a method body 2015-05-20 21:23:41 +03:00
run-pass-fulldeps Fix test run-pass-fulldeps\issue-15149.rs on Windows 2015-05-19 20:37:17 +03:00
run-pass-valgrind Address review commets 2015-05-19 17:42:14 +03:00
rustdoc