Skip to main content

BUILTIN_STATICS

Constant BUILTIN_STATICS 

Source
pub(crate) const BUILTIN_STATICS: &[(&str, &[(&str, &str)])];
Expand description

Built-in type statics — real language statics that are not user-declared, so they come from this small table rather than the project parse. Covers the numeric parse statics and the JSON codec (v0.22, ADRs 0048/0049), the collection empty constructors (v0.20b), and Effect.pure (v0.5). The full real set per ADR 0093 D2 — kept complete and drift-tested (builtin_statics_are_reachable).