We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6933e7 commit 6d7c1cdCopy full SHA for 6d7c1cd
crates/rustc_codegen_spirv/build.rs
@@ -11,7 +11,7 @@ use std::process::{Command, ExitCode};
11
use std::{env, fs, mem};
12
13
/// Current `rust-toolchain.toml` file
14
-/// WARNING!!! cargo-gpu is new relying on this being a string literal! It will
+/// WARNING!!! cargo-gpu is now relying on this being a string literal! It will
15
/// scan `build.rs` for any line starting with `channel = "..."` to figure out
16
/// which toolchain version to use! This also allows backwards compat.
17
/// Unfortunately, directly including the actual workspace `rust-toolchain.toml` doesn't work together with
0 commit comments