diag(naga): add def. article to EnableExtensionNotYetImplemented

This commit is contained in:
Erich Gubler 2024-10-22 16:45:12 -04:00
parent 973084320b
commit 64884d1eba

View File

@ -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![(