Skip to content

Commit

Permalink
Fixed bug with trait implementation inference
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacShelton committed Jan 24, 2025
1 parent 35248cf commit 4306e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resolve/expr/call/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pub fn call_callee(
return false;
}

catalog
catalog_plus_match
.resolver()
.resolve_trait(expected_trait)
.map_or(false, |expected_trait| {
Expand Down

0 comments on commit 4306e40

Please sign in to comment.