pub const BUILD_DIRTY: &str = "false";Expand description
Whether the build tree had uncommitted changes. Only meaningful under
BUILD_SOURCE == "git", and even then best-effort: cargo cannot rerun
the build script on every source edit, so this can be stale where
BUILD_COMMIT cannot.