rust/compiler
Michael Goulet 751dcaceb4
Rollup merge of #113427 - compiler-errors:no-variances-of-rpitit-gat, r=spastorino
Remove `variances_of` on RPITIT GATs, remove its one use-case

It doesn't make sense to implement variances on a GAT anyways, since we don't relate GATs with variance:

85bf07972a/compiler/rustc_middle/src/ty/relate.rs (L569-L579)

r? ``@spastorino``
2023-07-07 22:12:16 -07:00
..
rustc
rustc_abi clean up struct layout code 2023-07-06 13:04:13 +00:00
rustc_apfloat
rustc_arena
rustc_ast Auto merge of #113270 - the8472:opt-macro-tts, r=nnethercote 2023-07-07 08:04:48 +00:00
rustc_ast_lowering
rustc_ast_passes
rustc_ast_pretty
rustc_attr
rustc_baked_icu_data
rustc_borrowck Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_builtin_macros
rustc_codegen_cranelift Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_codegen_gcc Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_codegen_llvm Auto merge of #113377 - BoxyUwU:move_ty_ctors_to_ty, r=compiler-errors 2023-07-06 08:10:42 +00:00
rustc_codegen_ssa Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_const_eval Auto merge of #113308 - compiler-errors:poly-select, r=lcnr 2023-07-07 10:32:42 +00:00
rustc_data_structures
rustc_driver
rustc_driver_impl
rustc_error_codes
rustc_error_messages
rustc_errors
rustc_expand
rustc_feature
rustc_fluent_macro
rustc_fs_util
rustc_graphviz
rustc_hir
rustc_hir_analysis Rollup merge of #113427 - compiler-errors:no-variances-of-rpitit-gat, r=spastorino 2023-07-07 22:12:16 -07:00
rustc_hir_pretty
rustc_hir_typeck Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 2023-07-07 15:42:29 +00:00
rustc_incremental
rustc_index
rustc_infer Rollup merge of #113427 - compiler-errors:no-variances-of-rpitit-gat, r=spastorino 2023-07-07 22:12:16 -07:00
rustc_interface
rustc_lexer
rustc_lint Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_lint_defs
rustc_llvm Rollup merge of #112791 - WaffleLapkin:wag_the_llvm, r=cuviper 2023-07-06 09:20:31 +08:00
rustc_log
rustc_macros
rustc_metadata
rustc_middle Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 2023-07-07 15:42:29 +00:00
rustc_mir_build Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_mir_dataflow Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_mir_transform Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_monomorphize get rid of a bit more calls to poly_select 2023-07-06 16:50:12 +00:00
rustc_parse
rustc_parse_format
rustc_passes
rustc_plugin_impl
rustc_privacy
rustc_query_impl
rustc_query_system
rustc_resolve
rustc_serialize
rustc_session
rustc_smir
rustc_span
rustc_symbol_mangling Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rustc_target
rustc_trait_selection Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 2023-07-07 15:42:29 +00:00
rustc_traits get rid of a bit more calls to poly_select 2023-07-06 16:50:12 +00:00
rustc_transmute
rustc_ty_utils Auto merge of #113245 - lukas-code:unsizing-sanity-check, r=the8472 2023-07-07 15:42:29 +00:00
rustc_type_ir