fixing compilation error on macos aarch64 (#1905)

just so
This commit is contained in:
bg 2021-04-14 23:58:29 +00:00
parent a137df7d57
commit 55d6c2c34a

View File

@ -29,7 +29,7 @@ pub enum ShaderError {
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]
/// shaderc error.
#[error("shaderc error: {}")]
#[error("shaderc error: {0}")]
ShaderC(#[from] shaderc::Error),
#[cfg(any(target_os = "ios", all(target_arch = "aarch64", target_os = "macos")))]