rust/compiler/rustc_hir_analysis/src
Matthias Krüger f21c435801
Rollup merge of #109364 - compiler-errors:gat-const-arg, r=BoxyUwU
Only expect a GAT const param for `type_of` of GAT const arg

IDK why we were account for both `is_ty_or_const` instead of just for a const param, since we're computing the `type_of` a const param specifically.

Fixes #109300
2023-03-20 09:46:54 +01:00
..
astconv Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors 2023-03-20 09:46:53 +01:00
check Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-assoc-ty 2023-03-17 15:36:02 -03:00
coherence always make define_opaque_types explicit 2023-03-15 14:00:15 +01:00
collect Reformat type_of 2023-03-19 23:46:09 +00:00
impl_wf_check Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" 2023-03-15 15:09:29 +00:00
outlives rustc_middle: Remove trait DefIdTree 2023-03-02 23:46:44 +04:00
structured_errors migrate rustc_hir_analysis to session diagnostic 2023-03-05 00:01:55 +03:00
variance ImplTraitPlaceholder -> is_impl_trait_in_trait 2023-03-15 16:58:35 -03:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Rework hir Bounds collection 2022-12-28 23:40:09 +00:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs Rename many interner functions. 2023-02-24 07:32:24 +11:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Forbid the use of #[target_feature] on start 2023-03-12 14:57:38 +01:00
hir_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs always make define_opaque_types explicit 2023-03-15 14:00:15 +01:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00