rust/compiler/rustc_resolve/src
Dylan DPC 81b9d0b1d1
Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki
Rename `AssocItemKind::TyAlias` to `AssocItemKind::Type`

Thanks `@camsteffen` for catching this in ast too, cc https://github.com/rust-lang/rust/pull/102829#issuecomment-1272649247
2022-10-10 13:43:43 +05:30
..
diagnostics Implement the unused_macro_rules lint 2022-05-05 19:13:00 +02:00
late Rollup merge of #102868 - compiler-errors:rename-assoc-tyalias-to-ty, r=TaKO8Ki 2022-10-10 13:43:43 +05:30
access_levels.rs resolve: Set effective visibilities for imports more precisely 2022-09-22 15:00:24 +03:00
build_reduced_graph.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
check_unused.rs rustc_typeck to rustc_hir_analysis 2022-09-27 10:37:23 +02:00
def_collector.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
diagnostics.rs Delay function resolution error until typeck 2022-10-05 06:42:35 +00:00
ident.rs Shrink hir::def::Res. 2022-09-29 08:44:52 +10:00
imports.rs resolve: Set effective visibilities for imports more precisely 2022-09-22 15:00:24 +03:00
late.rs Rename AssocItemKind::TyAlias to AssocItemKind::Type 2022-10-10 02:31:37 +00:00
lib.rs Delay function resolution error until typeck 2022-10-05 06:42:35 +00:00
macros.rs Fix a bunch of typo 2022-08-31 18:24:55 +08:00