StructsΒ§
- Cond
Checker πVisitor to check for invalid/unstable use ofExprKind::Let
that canβt easily be caught in parsing. For example:
EnumsΒ§
- Destructured
Float π - Forbidden
LetReason πUsed to forbidlet
expressions in certain syntactic locations.
FunctionsΒ§
- Could this lifetime/label be an unclosed char literal? For example,
'a
could be, but'abc
could not.