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.