rust/compiler/rustc_ty_utils/src
Aaron Hill c8941d3e48
Store a Symbol instead of an Ident in AssocItem
This is the same idea as #92533, but for `AssocItem` instead
of `VariantDef`/`FieldDef`.

With this change, we no longer have any uses of
`#[stable_hasher(project(...))]`
2022-01-19 17:13:21 -05:00
..
assoc.rs Store a Symbol instead of an Ident in AssocItem 2022-01-19 17:13:21 -05:00
common_traits.rs Don't consider !Unpin references as noalias 2021-03-21 20:10:53 +01:00
instance.rs initial revert 2022-01-15 01:16:55 +00:00
lib.rs Move associated_item* providers to their own module 2022-01-07 13:23:35 -08:00
needs_drop.rs use try_normalize_erasing_regions in needs_drop 2021-12-02 23:27:08 +01:00
representability.rs Reduce use of local_def_id_to_hir_id. 2022-01-15 21:26:25 +01:00
ty.rs Auto merge of #92805 - BoxyUwU:revert-lazy-anon-const-substs, r=lcnr 2022-01-16 11:19:21 +00:00