Skip to content

Commit

Permalink
tychck: format
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Dec 23, 2024
1 parent 7a1f136 commit ca31a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/typecheck/rust-hir-type-check-path.cc
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ TypeCheckExpr::visit (HIR::PathInExpression &expr)

// FIXME: We probably need to check *if* the type needs substitutions
// or not
infered = SubstMapper::InferSubst (resolved, expr.get_locus());
infered = SubstMapper::InferSubst (resolved, expr.get_locus ());

// FIXME: also we probably need to insert resolved types in the name
// resolver here
Expand Down

0 comments on commit ca31a8d

Please sign in to comment.