rust/src/test
bors f04a2f4b8e Auto merge of #91255 - b-naber:normalization-ice, r=jackh276
Implement version of normalize_erasing_regions that allows for normalization failure

Fixes https://github.com/rust-lang/rust/issues/59324
Fixes https://github.com/rust-lang/rust/issues/67684
Fixes https://github.com/rust-lang/rust/issues/69398
Fixes https://github.com/rust-lang/rust/issues/71113
Fixes https://github.com/rust-lang/rust/issues/82079
Fixes #85103
Fixes https://github.com/rust-lang/rust/issues/88856
Fixes #91231
Fixes https://github.com/rust-lang/rust/issues/91234

Previously we called `normalize_erasing_regions` inside `layout_of`. `normalize_erasing_regions` assumes that the normalization succeeds. Since some `layout_of` calls happen before typecheck has finished, we introduce a new variant that allows for returning an error.
2021-12-01 13:33:33 +00:00
..
assembly add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
auxiliary
codegen add rustc option for using LLVM stack smash protection 2021-11-22 20:06:22 +01:00
codegen-units Collect panic/panic_bounds_check during monomorphization 2021-10-30 18:21:44 +01:00
debuginfo tests: Ignore test/debuginfo/rc_arc.rs on windows-gnu 2021-11-28 23:09:33 +08:00
incremental Simplify for loop desugar 2021-11-21 08:15:21 -06:00
mir-opt Fix printing unit return ty, don't elaborate FnOnce unless we see it 2021-11-23 11:05:07 -08:00
pretty Don't destructure args tuple in format_args! 2021-11-06 14:28:08 -05:00
run-make Auto merge of #83846 - torhovland:issue-10971, r=davidtwco 2021-11-11 02:52:32 +00:00
run-make-fulldeps Add conditional support for coverage map version 6 2021-11-30 13:54:53 -08:00
run-pass-valgrind
rustdoc Only show notable traits if both types are the same 2021-11-29 12:23:07 -07:00
rustdoc-gui Update test for anchors and headings position 2021-11-26 21:03:45 +01:00
rustdoc-js Fix invalid handling of generics 2021-10-29 20:54:15 +02:00
rustdoc-js-std
rustdoc-json Create rustdoc_internals feature gate 2021-11-24 21:57:18 +01:00
rustdoc-ui Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514 2021-11-28 17:11:12 +01:00
ui Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 2021-12-01 13:33:33 +00:00
ui-fulldeps Take a LocalDefId in expect_*item. 2021-11-28 21:09:45 +01:00
COMPILER_TESTS.md