Structs§
- Visitor to check for invalid/unstable use of
ExprKind::Let
that can’t easily be caught in parsing. For example:
Enums§
- Used to forbid
let
expressions in certain syntactic locations.
Functions§
- Could this lifetime/label be an unclosed char literal? For example,
'a
could be, but'abc
could not.