StructsΒ§
- Cond
Checker π - Visitor to check for invalid/unstable use of
ExprKind::Letthat canβt easily be caught in parsing. For example:
EnumsΒ§
- Destructured
Float π - Forbidden
LetReason π - Used to forbid
letexpressions in certain syntactic locations.
FunctionsΒ§
- could_
be_ πunclosed_ char_ literal - Could this lifetime/label be an unclosed char literal? For example,
'acould be, but'abccould not.