rust/src/test
Matthias Krüger d576393e34
Rollup merge of #90221 - JakobDegen:issue-90213, r=cjgillot
Fix ICE when forgetting to `Box` a parameter to a `Self::func` call

Closes #90213 .

Assuming we can get the `DefId` of the receiver causes an ICE if the receiver is `Self`. We can just avoid doing this though.
2021-10-24 15:48:45 +02:00
..
assembly Update the minimum external LLVM to 12 2021-10-22 10:50:07 -07:00
auxiliary
codegen Update the minimum external LLVM to 12 2021-10-22 10:50:07 -07:00
codegen-units Support incremental in compiletest for non-incremental modes. 2021-09-23 12:16:51 -07:00
debuginfo Fix function-names test for GDB 10.1 2021-10-11 17:20:45 +02:00
incremental Rollup merge of #89895 - camsteffen:for-loop-head-span, r=davidtwco 2021-10-22 19:42:45 +09:00
mir-opt Bless tests 2021-10-15 02:36:58 -05:00
pretty Use ZST for fmt unsafety 2021-09-21 10:04:44 -05:00
run-make Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 2021-10-23 14:58:39 +02:00
run-make-fulldeps Update the minimum external LLVM to 12 2021-10-22 10:50:07 -07:00
run-pass-valgrind
rustdoc Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jsha 2021-10-20 04:35:15 +09:00
rustdoc-gui Outdent method headings so they stand out 2021-10-23 11:50:11 -07:00
rustdoc-js
rustdoc-js-std Fix linkcheck issues 2021-09-12 02:30:24 +00:00
rustdoc-json Add regression test for #89852 2021-10-14 02:12:18 +02:00
rustdoc-ui Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514 2021-10-23 14:58:39 +02:00
ui Fix ICE when forgetting to Box a parameter to a Self::func call 2021-10-24 00:33:29 -04:00
ui-fulldeps Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank 2021-10-24 15:48:42 +02:00
COMPILER_TESTS.md