rust/compiler/rustc_hir_analysis/src/astconv
bors a395214a3a Auto merge of #116405 - estebank:issue-103155, r=davidtwco
Detect object safety errors when assoc type is missing

When an associated type with GATs isn't specified in a `dyn Trait`, emit an object safety error instead of only complaining about the missing associated type, as it will lead the user down a path of three different errors before letting them know that what they were trying to do is impossible to begin with.

Fix #103155.
2023-10-30 22:47:48 +00:00
..
bounds.rs Improve some diagnostics around ?Trait bounds 2023-10-30 17:47:07 +00:00
errors.rs Sort errors 2023-10-30 22:19:17 +00:00
generics.rs Deny providing explicit effect params 2023-10-26 08:24:25 +00:00
lint.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
mod.rs AliasTy::new instead of tcx method 2023-10-18 13:57:19 +02:00
object_safety.rs Detect object safety errors when assoc type is missing 2023-10-30 22:12:07 +00:00