1
Fork 0
rust/compiler/rustc_hir_analysis/src
bors ce519c5945 Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors
Rollup of 8 pull requests

Successful merges:

 - #113413 (Add needs-triage to all new issues)
 - #113426 (Don't ICE in `resolve_bound_vars` when associated return-type bounds are in bad positions)
 - #113427 (Remove `variances_of` on RPITIT GATs, remove its one use-case)
 - #113441 (miri: check that assignments do not self-overlap)
 - #113453 (Remove unused from_method from rustc_on_unimplemented)
 - #113456 (Avoid calling report_forbidden_specialization for RPITITs)
 - #113466 (Update cargo)
 - #113467 (Fix comment of `fn_can_unwind`)

r? `@ghost`
`@rustbot` modify labels: rollup
2023-07-08 10:46:29 +00:00
..
astconv Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
check Rollup merge of #113456 - spastorino:new-rpitit-31, r=compiler-errors 2023-07-07 22:12:18 -07:00
coherence Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
collect Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors 2023-07-08 10:46:29 +00:00
impl_wf_check remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
outlives remove TypeWellFormedFromEnv 2023-07-03 21:40:04 +00:00
structured_errors Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
variance Remove variances_of on RPITIT gats, remove its one use-case 2023-07-07 02:29:57 +00:00
autoderef.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
bounds.rs Fully fledged Clause type 2023-06-19 15:46:08 +00:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
constrained_generic_params.rs Migrate predicates_of and caller_bounds to Clause 2023-06-26 23:12:03 +00:00
errors.rs Require TAITs to be mentioned in the signatures of functions that register hidden types for them 2023-07-07 13:13:18 +00:00
hir_wf_check.rs s/Clause/ClauseKind 2023-06-19 14:57:42 +00:00
impl_wf_check.rs Error on unconstrained lifetime in RPITIT 2023-06-14 05:20:31 +00:00
lib.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00