From 460656be13999759eb1eeb5bd9a868b34c0aea22 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Wed, 31 Aug 2022 23:01:49 -0400 Subject: Expose CallingConvention::GetVariablesForParameters --- rust/src/symbol.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/symbol.rs') diff --git a/rust/src/symbol.rs b/rust/src/symbol.rs index 2d5df068..2578bee2 100644 --- a/rust/src/symbol.rs +++ b/rust/src/symbol.rs @@ -280,7 +280,7 @@ unsafe impl<'a> CoreArrayWrapper<'a> for Symbol { impl PartialEq for Symbol { fn eq(&self, other: &Self) -> bool { - *self == *other + self.handle == other.handle } } -- cgit v1.3.1