Post #2227729
2025-11-19 10:08 UTC
@oli@hachyderm.io @Mara@hachyderm.io it's not a closure since it can contain control flow, and also likely do things that borrow checker wouldn't like a closure doing. It was desugared to explicitly query the LHS whether or not to short circuit, and run the RHS if not.
https://internals.rust-lang.org/t/pre-rfc-overload-short-curcuits/10460/29
Replies (0)
No replies.