Skip to content

Conversation

@camio
Copy link
Member

@camio camio commented Jul 17, 2025

No description provided.

Copy link
Member

@sean-parent sean-parent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not a typo - In Rust syntax these operations do not chain. You cannot write:
a == b == c, you must write a == b && b == c or (a == b) == c. See https://doc.rust-lang.org/reference/expressions.html#r-expr.precedence.

@camio
Copy link
Member Author

camio commented Aug 13, 2025

Ah, okay.

@camio camio closed this Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants