rust/src/test
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
..
codegen rustc_trans: approximate ABI alignment for padding/union fillers. 2017-12-15 11:35:32 +02:00
codegen-units Update miri to rustc changes 2017-12-06 09:25:29 +01:00
compile-fail Auto merge of #46719 - estebank:issue-39268, r=pnkfelix 2017-12-16 06:31:35 +00:00
compile-fail-fulldeps Same change to point at borrow for mir errors 2017-12-15 13:52:05 -08:00
debuginfo Update miri to rustc changes 2017-12-06 09:25:29 +01:00
incremental move resolve_lifetimes into a proper query 2017-12-11 10:11:13 -05:00
mir-opt refactor region value bitmatrix 2017-12-13 12:20:27 -05:00
parse-fail When attempting to write str with single quote suggest double quotes 2017-12-14 22:51:42 -08:00
pretty Fix fallout in tests. 2017-12-12 13:15:03 -08:00
run-fail Update miri to rustc changes 2017-12-06 09:25:29 +01:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
run-pass Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 2017-12-15 05:40:12 +00:00
run-pass-fulldeps Use PathBuf instead of String where applicable 2017-12-14 11:22:08 +01:00
run-pass-valgrind Update miri to rustc changes 2017-12-06 09:25:29 +01:00
rustdoc Update miri to rustc changes 2017-12-06 09:25:29 +01:00
ui Auto merge of #46722 - arielb1:single-self, r=eddyb 2017-12-16 09:12:04 +00:00
ui-fulldeps Do the same things for fulldeps tests 2017-12-14 23:26:40 +03:00
COMPILER_TESTS.md Fix rebase 2017-12-14 23:54:08 +03:00