Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
PartialEq
for ConcatenatedStringLiteral
As highlighted in the review: > If you have two `ConcatenatedStringLiteral` values where both have > equivalent values for `strings` but where one has `value` initialized > and the other does not, would you expect them to compare equal? > Semantically I think I would, since the alternative is that equality is > dependent on whether `as_str()` has been called, which seems incidental. #7927 (comment)
- Loading branch information