pub const DEV: bool = _; // trueExpand description
Whether this build compiles in development diagnostics: BuildMode::CURRENT as a bool.
Prefer dev_only! for gating a block. Reach for this constant directly
when the shape of the code makes a macro awkward, such as an early return or a struct field
that only one mode populates.