]> git.lizzy.rs Git - rust.git/commit
Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot
authorbors <bors@rust-lang.org>
Tue, 25 Jan 2022 18:53:45 +0000 (18:53 +0000)
committerbors <bors@rust-lang.org>
Tue, 25 Jan 2022 18:53:45 +0000 (18:53 +0000)
commit02516c47ab089d7cf8f106c3fbc1921cce370462
treee609dfd123c1641017607fe0794e3c70854f6949
parentaee89cdff18ad0dcf97e464ffd8f63cbac5364f5
parenta35c1e7c84178233a0123aecdb22e625554134ff
Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot

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(...))]`