We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fcb61e commit 4eb14fcCopy full SHA for 4eb14fc
crates/rustc_codegen_spirv/build.rs
@@ -63,7 +63,7 @@ fn check_toolchain_version() -> Result<(), Box<dyn Error>> {
63
64
return Err(Box::<dyn Error>::from(format!(
65
r#"error: wrong toolchain detected (found commit hash `{current_hash}`, expected `{required_hash}`).
66
-Make sure your `rust_toolchain` file contains the following:
+Make sure your `rust-toolchain` file contains the following:
67
-------------
68
{stripped_toolchain}
69
-------------"#
0 commit comments