Skip to content

Commit

Permalink
update comment wording
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmad Rezaii <[email protected]>
  • Loading branch information
arezaii committed Jan 9, 2025
1 parent 7ab602b commit 940bba9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/lib/resolution/Resolver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -961,8 +961,8 @@ handleRejectedCandidates(Context* context,
for (size_t i = 0; i < rejected.size(); i++) {
auto &candidate = rejected[i];
if (candidate.reason() == resolution::FAIL_CANNOT_PASS &&
/* skip printing detailed info_ here because computing the formal-actual
map will go poorly with an unknown formal. */
/* skip computing the formal-actual map because it will go poorly
with an unknown formal. */
candidate.formalReason() != resolution::FAIL_UNKNOWN_FORMAL_TYPE) {
auto fn = candidate.initialForErr();
resolution::FormalActualMap fa(fn, ci);
Expand Down

0 comments on commit 940bba9

Please sign in to comment.