rust/compiler/rustc_hir_analysis/src
Matthias Krüger 7d046551a7
Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot
Substitute missing trait items suggestion correctly

Properly substitute missing item suggestions, so that when they reference generics from their parent trait they actually have the right time for the impl.

Also, some other minor tweaks like using `/* Type */` to signify a GAT's type is actually missing, and fixing generic arg suggestions for GATs in general.
2023-04-21 06:44:29 +02:00
..
astconv Spelling - compiler 2023-04-17 16:09:18 -04:00
check Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot 2023-04-21 06:44:29 +02:00
coherence Rollup merge of #110417 - jsoref:spelling-compiler, r=Nilstrieb 2023-04-18 14:50:51 +02:00
collect Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors 2023-04-19 06:35:35 +02:00
impl_wf_check region error cleanup 2023-04-12 10:24:36 +02:00
outlives Rename AliasEq -> AliasRelate 2023-03-23 05:56:40 +00:00
structured_errors Add (..) syntax for RTN 2023-03-28 01:14:28 +00:00
variance Remove TypeSuper{Foldable,Visitable} impls for Region. 2023-04-16 09:11:43 +10:00
autoderef.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
bounds.rs Fix typos in compiler 2023-04-10 22:02:52 +02:00
check_unused.rs Remove last instances of HashSet in query result types. 2023-03-01 10:20:45 +01:00
collect.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
constrained_generic_params.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
errors.rs Migrate rustc_hir_analysis to session diagnostic 2023-04-08 01:24:54 +03:00
hir_wf_check.rs Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors 2023-03-22 05:33:18 +00:00
impl_wf_check.rs Remove type-traversal trait aliases 2023-02-22 17:04:58 +00:00
lib.rs Add rustc_fluent_macro to decouple fluent from rustc_macros 2023-04-18 18:56:22 +00:00
structured_errors.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00