mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 06:44:14 +00:00
diag(naga): add def. article to EnableExtensionNotYetImplemented
This commit is contained in:
parent
973084320b
commit
64884d1eba
@ -946,7 +946,7 @@ impl<'a> Error<'a> {
|
|||||||
},
|
},
|
||||||
Error::EnableExtensionNotYetImplemented { kind, span } => ParseError {
|
Error::EnableExtensionNotYetImplemented { kind, span } => ParseError {
|
||||||
message: format!(
|
message: format!(
|
||||||
"the `{}` extension is not yet supported",
|
"the `{}` enable extension is not yet supported",
|
||||||
EnableExtension::Unimplemented(kind).to_ident()
|
EnableExtension::Unimplemented(kind).to_ident()
|
||||||
),
|
),
|
||||||
labels: vec![(
|
labels: vec![(
|
||||||
|
Loading…
Reference in New Issue
Block a user