We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b55f91 commit b0328edCopy full SHA for b0328ed
crates/rustc_codegen_spirv/src/symbols.rs
@@ -660,7 +660,7 @@ fn parse_entry_attrs(
660
return Err((
661
arg.span(),
662
String::from(
663
- "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)]`",
664
),
665
));
666
}
0 commit comments