Function version_check::is_dev[][src]

pub fn is_dev() -> Option<bool>

Determines whether the running or installed rustc is on the dev channel.

If the version could not be determined, returns None. Otherwise returns Some(true) if the running version is a dev release, and Some(false) otherwise.