rust/src/test
bors f4a7ce997a Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errors
Enforce well formedness for type alias impl trait's hidden type

fixes #84657

This was not an issue with return-position-impl-trait because the generic bounds of the function are the same as those of the opaque type, and the hidden type must already be well formed within the function.

With type-alias-impl-trait the hidden type could be defined in a function that has *more* lifetime bounds than the type alias. This is fine, but the hidden type must still be well formed without those additional bounds.
2022-04-08 20:45:16 +00:00
..
assembly short-circuit the easy cases in is_copy_modulo_regions 2022-03-10 01:19:02 -08:00
auxiliary
codegen Rollup merge of #95011 - michaelwoerister:awaitee_field, r=tmandry 2022-03-31 00:26:30 +02:00
codegen-units
debuginfo debuginfo: Fix debuginfo for Box<T> where T is unsized. 2022-03-24 11:12:41 +01:00
incremental Revert "Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk" 2022-03-28 16:27:14 +00:00
mir-opt Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obk 2022-04-06 23:06:06 +02:00
pretty Format core and std macro rules, removing needless surrounding blocks 2022-03-11 15:26:51 -08:00
run-make Rollup merge of #95649 - ouz-a:mir-opt, r=oli-obk 2022-04-06 23:06:06 +02:00
run-make-fulldeps Address review comments and add a test 2022-04-02 17:26:39 +02:00
run-pass-valgrind
rustdoc Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum 2022-04-07 07:34:04 +00:00
rustdoc-gui Add GUI test to ensure that the width of the item-info does not overflow its parent 2022-04-05 18:11:27 +02:00
rustdoc-js rustdoc: add test case for multiple traits and erased names 2022-01-26 13:03:31 -07:00
rustdoc-js-std Update macro:print typed-query rustdoc test to include pin! results 2022-02-14 16:56:37 +01:00
rustdoc-json rustdoc-json: Lifetime tests 2022-03-15 18:34:16 +00:00
rustdoc-ui rustdoc: Early doc link resolution fixes and refactorings 2022-04-07 00:19:48 +03:00
ui Auto merge of #95519 - oli-obk:tait_ub2, r=compiler-errors 2022-04-08 20:45:16 +00:00
ui-fulldeps macros: support translatable suggestions 2022-04-05 07:01:03 +01:00
COMPILER_TESTS.md