Skip to content

Commit b0328ed

Browse files
committed
Fix style nit (quotes -> backticks) in crates/rustc_codegen_spirv/src/symbols.rs
1 parent 4b55f91 commit b0328ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/src/symbols.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,7 @@ fn parse_entry_attrs(
660660
return Err((
661661
arg.span(),
662662
String::from(
663-
"The `threads` argument must be specified when using `#[spirv(compute)]`, '#[spirv(mesh_nv)]' or '#[spirv(task_nv)]'",
663+
"The `threads` argument must be specified when using `#[spirv(compute)]`, `#[spirv(mesh_nv)]` or `#[spirv(task_nv)]`",
664664
),
665665
));
666666
}

0 commit comments

Comments
 (0)