StructsΒ§
- Cond
Checker π - Visitor to check for invalid/unstable use of
ExprKind::Let
that canβt easily be caught in parsing. For example:
EnumsΒ§
- Destructured
Float π - Forbidden
LetReason π - 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.