rust/src/test
bors fb3ea63d9b Auto merge of #86245 - lqd:const-ub-align, r=RalfJung
Fix ICEs on invalid vtable size/alignment const UB errors

The invalid vtable size/alignment errors from `InterpCx::read_size_and_align_from_vtable` were "freeform const UB errors", causing ICEs when reaching validation. This PR turns them into const UB hard errors to catch them during validation and avoid that.

Fixes #86193

r? `@RalfJung`

(It seemed cleaner to have 2 variants but they can be merged into one variant with a message payload if you prefer that ?)
2021-06-13 12:08:59 +00:00
..
assembly Auto merge of #79608 - alessandrod:bpf, r=nagisa 2021-06-06 01:02:32 +00:00
auxiliary
codegen Auto merge of #79608 - alessandrod:bpf, r=nagisa 2021-06-06 01:02:32 +00:00
codegen-units Remove redundant ignore-tidy-linelength annotations 2021-04-03 22:30:20 +02:00
debuginfo Respond to review feedback 2021-06-02 10:23:12 -04:00
incremental Auto merge of #85331 - cjgillot:dirty-dancing, r=Aaron1011 2021-06-01 23:02:52 +00:00
mir-opt Pretty print generator witness only in -Zverbose mode 2021-06-12 18:28:17 +02:00
pretty Add test for pretty printing anonymous types 2021-05-24 00:05:46 -05:00
run-make gcc-lld mvp 2021-06-10 17:10:40 +10:00
run-make-fulldeps Auto merge of #85810 - bjorn3:further_driver_cleanup, r=varkor 2021-06-07 02:30:24 +00:00
run-pass-valgrind
rustdoc Auto merge of #86098 - pietroalbini:test-stable, r=Mark-Simulacrum 2021-06-10 17:51:48 +00:00
rustdoc-gui Rollup merge of #86095 - GuillaumeGomez:search-description-codeblock, r=jsha 2021-06-08 13:26:35 +09:00
rustdoc-js
rustdoc-js-std
rustdoc-json Rename span to source 2021-03-24 19:44:23 +00:00
rustdoc-ui Auto merge of #86204 - alexcrichton:wasm-simd-stable, r=Amanieu 2021-06-11 05:02:41 +00:00
rustfix
ui Auto merge of #86245 - lqd:const-ub-align, r=RalfJung 2021-06-13 12:08:59 +00:00
ui-fulldeps Auto merge of #80080 - rylev:qpath-on-struct, r=petrochenkov 2021-06-10 20:32:43 +00:00
COMPILER_TESTS.md