rust/src/test
Yuki Okushi 47a418420e
Rollup merge of #87065 - FabianWolff:issue-87046, r=oli-obk
Fix ICE with unsized type in const pattern

Fixes #87046. The `deref_const()` query currently contains the following check:
e9a387d6cf/compiler/rustc_mir/src/const_eval/mod.rs (L191-L204)

i.e. this will cause an ICE for every unsized type except slices. An error is reported with my changes if such a type is used as a const pattern (this should not be a breaking change, since so far, this has caused an ICE).
2021-07-13 08:54:34 +09:00
..
assembly Re-Annotate the tests with needs-llvm-components 2021-06-24 23:13:08 +03:00
auxiliary
codegen Auto merge of #86416 - Amanieu:asm_clobber_only, r=nagisa 2021-07-11 01:06:58 +00:00
codegen-units
debuginfo Auto merge of #85363 - EFanZh:gdb-pretty-print-slices, r=michaelwoerister 2021-07-08 12:25:47 +00:00
incremental Make type_implements_trait not a query 2021-07-06 14:38:10 -04:00
mir-opt Revert "Revert "Update mir opt tests"" 2021-07-06 11:28:06 +02:00
pretty rustc_ast_pretty: Don't print space after $ 2021-07-03 16:35:18 -07:00
run-make Add support for raw-dylib with stdcall, fastcall functions on i686-pc-windows-msvc. 2021-07-09 12:04:54 -07:00
run-make-fulldeps Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
run-pass-valgrind
rustdoc Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee 2021-07-12 11:52:55 +00:00
rustdoc-gui Add test for implementors 2021-07-12 19:03:59 +02:00
rustdoc-js fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-js-std fix(rustdoc): generics search 2021-07-01 06:40:27 -07:00
rustdoc-json
rustdoc-ui Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
rustfix
ui Rollup merge of #87065 - FabianWolff:issue-87046, r=oli-obk 2021-07-13 08:54:34 +09:00
ui-fulldeps Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
COMPILER_TESTS.md