mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +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 {
|
||||
message: format!(
|
||||
"the `{}` extension is not yet supported",
|
||||
"the `{}` enable extension is not yet supported",
|
||||
EnableExtension::Unimplemented(kind).to_ident()
|
||||
),
|
||||
labels: vec![(
|
||||
|
Loading…
Reference in New Issue
Block a user