mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 00:04:11 +00:00
Fix style nit (quotes -> backticks) in crates/rustc_codegen_spirv/src/symbols.rs
This commit is contained in:
parent
4b55f91de3
commit
b0328ed454
@ -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)]`",
|
||||
),
|
||||
));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user