mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2025-02-16 08:54:56 +00:00
Fixed rust-toolchain error message
This commit is contained in:
parent
8fcb61e82a
commit
4eb14fc218
@ -63,7 +63,7 @@ fn check_toolchain_version() -> Result<(), Box<dyn Error>> {
|
||||
|
||||
return Err(Box::<dyn Error>::from(format!(
|
||||
r#"error: wrong toolchain detected (found commit hash `{current_hash}`, expected `{required_hash}`).
|
||||
Make sure your `rust_toolchain` file contains the following:
|
||||
Make sure your `rust-toolchain` file contains the following:
|
||||
-------------
|
||||
{stripped_toolchain}
|
||||
-------------"#
|
||||
|
Loading…
Reference in New Issue
Block a user