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 a137df7 commit 55d6c2cCopy full SHA for 55d6c2c
crates/bevy_render/src/shader/shader.rs
@@ -29,7 +29,7 @@ pub enum ShaderError {
29
30
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]
31
/// shaderc error.
32
- #[error("shaderc error: {}")]
+ #[error("shaderc error: {0}")]
33
ShaderC(#[from] shaderc::Error),
34
35
0 commit comments