rust/src/test
Dylan DPC 148a44a001
Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors
Remove unwrap from get_vtable

This avoids ICE on issue #97381 I think the bug is a bit deeper though, it compiles fine when `v` is `&v` which makes me think `Deref` is causing some issue with borrowck but it's fine I guess since this thing crashes since `nightly-2020-09-17` 😅
2022-06-08 07:37:29 +02:00
..
assembly Fix stack protector basic test 2022-05-25 17:29:37 +02:00
auxiliary
codegen Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr 2022-06-07 08:12:45 +00:00
codegen-units Fix/bless tests broken by DSE 2022-05-24 22:50:21 -04:00
debuginfo Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton 2022-06-04 20:27:53 +00:00
incremental Switch incremental/hashes tests to all use optimizations. 2022-05-27 18:17:39 -07:00
mir-opt Fully stabilize NLL 2022-06-03 17:16:41 -04:00
pretty Auto merge of #96376 - scottmcm:do-yeet, r=oli-obk 2022-05-01 13:10:21 +00:00
run-make Properly apply path prefix remapping paths emitted into debuginfo. 2022-05-18 12:19:01 +02:00
run-make-fulldeps Fully stabilize NLL 2022-06-03 17:16:41 -04:00
run-pass-valgrind
rustdoc Rollup merge of #90905 - GuillaumeGomez:empty-impl-blocks, r=jsha 2022-06-06 08:36:59 +02:00
rustdoc-gui Update rustdoc-gui README 2022-06-07 11:49:35 +02:00
rustdoc-js rustdoc: also index raw pointers 2022-05-31 11:21:55 -07:00
rustdoc-js-std Rollup merge of #96887 - notriddle:notriddle/as-raw-fd, r=jsha 2022-05-11 13:16:31 +09:00
rustdoc-json Add regression test for json reexport bug 2022-06-02 11:14:33 +02:00
rustdoc-ui Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve-use-crate, r=estebank 2022-06-01 17:11:05 +02:00
ui Rollup merge of #97595 - ouz-a:issue-97381, r=compiler-errors 2022-06-08 07:37:29 +02:00
ui-fulldeps Fix all tests 2022-06-03 17:02:14 +00:00
COMPILER_TESTS.md