Module rustc_parse::parser::expr
source · Structs§
- CondChecker πVisitor to check for invalid/unstable use of
ExprKind::Let
that canβt easily be caught in parsing. For example:
Enums§
- DestructuredFloat π
- ForbiddenLetReason πUsed to forbid
let
expressions in certain syntactic locations. - LhsExpr π
Functions§
- Could this lifetime/label be an unclosed char literal? For example,
'a
could be, but'abc
could not.