pub(crate) fn toolchain() -> Option<&'static str>
Expand description
Return a toolchain argument to pass to cargo
: when the correct nightly is
already present, this is None, otherwise we (1) ensure rustup
is available
(2) install the nightly (3) return the toolchain