Skip to main content

DEV

Constant DEV 

Source
pub const DEV: bool = _; // true
Expand 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.