Searched full:nightly (Results 1 – 6 of 6) sorted by relevance
24 # Note: nightly required for coverage of Doctests25 toolchain: nightly56 … # Note: rustfmt not always included in nightly, will attempt to downgrade until rustfmt found57 toolchain: nightly61 cargo +nightly fmt --version62 cargo +nightly fmt -- --check
24 toolchain: nightly27 cargo +nightly doc --package libceed-sys --package libceed --no-deps
2 channel = "nightly"
29 …cargo +nightly build --release --manifest-path ex1-volume-rs/Cargo.toml --config ex1-volume-rs/.ca…
272 rust_toolchain = (char *)"nightly"; in CeedCompileCore_Cuda()273 setenv("RUST_TOOLCHAIN", "nightly", 0); in CeedCompileCore_Cuda()
194 - rustup update nightly195 - rustup component add rust-src --toolchain nightly196 - rustup component add llvm-tools --toolchain nightly