rust/compiler/rustc_ty_utils
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
..
src Store a Symbol instead of an Ident in AssocItem 2022-01-19 17:13:21 -05:00
Cargo.toml