Module expr

Source

Structs§

CondChecker 🔒
Visitor to check for invalid/unstable use of ExprKind::Let that can’t easily be caught in parsing. For example:

Enums§

DestructuredFloat 🔒
ForbiddenLetReason 🔒
Used to forbid let expressions in certain syntactic locations.

Functions§

could_be_unclosed_char_literal 🔒
Could this lifetime/label be an unclosed char literal? For example, 'a could be, but 'abc could not.