We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8805a76 commit 549c810Copy full SHA for 549c810
crates/hir-def/src/lib.rs
@@ -169,6 +169,7 @@ impl<N: ItemTreeNode> Clone for AssocItemLoc<N> {
169
}
170
171
impl<N: ItemTreeNode> Copy for AssocItemLoc<N> {}
172
+
173
impl<N: ItemTreeNode> PartialEq for AssocItemLoc<N> {
174
fn eq(&self, other: &Self) -> bool {
175
self.container == other.container && self.id == other.id
0 commit comments