Closed zerbina closed 3 months ago
/merge
Merge requested by: @saem
Contents after the first section break of the PR description has been removed and preserved below:
## Notes for Reviewers * discovered and reported by @alaviss on Matrix * the error message is still not as clear as it should be, but that's now a problem of `cli_reporter`
Summary
var
parameter requires an implicit conversion are now rejectedDetails
The
checkConstraint
template is only called withoperand
, which is the operand before fixup (e.g., introduction of implicit conversions), hence theisLValue
test not failing.arg
(the operand after fixup) is now passed toisLValue
, so that implicit conversions are taken into account.