Skip to content

Commit 4306e40

Browse files
committed
Fixed bug with trait implementation inference
1 parent 35248cf commit 4306e40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/resolve/expr/call/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ pub fn call_callee(
108108
return false;
109109
}
110110

111-
catalog
111+
catalog_plus_match
112112
.resolver()
113113
.resolve_trait(expected_trait)
114114
.map_or(false, |expected_trait| {

0 commit comments

Comments
 (0)