Skip to content

Commit 4eb14fc

Browse files
oisyneddyb
authored andcommitted
Fixed rust-toolchain error message
1 parent 8fcb61e commit 4eb14fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn check_toolchain_version() -> Result<(), Box<dyn Error>> {
6363

6464
return Err(Box::<dyn Error>::from(format!(
6565
r#"error: wrong toolchain detected (found commit hash `{current_hash}`, expected `{required_hash}`).
66-
Make sure your `rust_toolchain` file contains the following:
66+
Make sure your `rust-toolchain` file contains the following:
6767
-------------
6868
{stripped_toolchain}
6969
-------------"#

0 commit comments

Comments
 (0)