Fix style nit (quotes -> backticks) in crates/rustc_codegen_spirv/src/symbols.rs

This commit is contained in:
Eduard-Mihai Burtescu 2022-04-28 14:13:54 +03:00
parent 4b55f91de3
commit b0328ed454

View File

@ -660,7 +660,7 @@ fn parse_entry_attrs(
return Err((
arg.span(),
String::from(
"The `threads` argument must be specified when using `#[spirv(compute)]`, '#[spirv(mesh_nv)]' or '#[spirv(task_nv)]'",
"The `threads` argument must be specified when using `#[spirv(compute)]`, `#[spirv(mesh_nv)]` or `#[spirv(task_nv)]`",
),
));
}