pub const RESERVED_FORMS: &[&str];Expand description
Names the checker matches as forms before it resolves anything.
A definition called one of these would be shadowed by the form and never called — silently,
because record(x) is a well-formed record literal whatever record is bound to. The
checker rejects such a definition by name rather than letting it be quietly unreachable.