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 7f14109 commit af18f7fCopy full SHA for af18f7f
crates/cargo-gpu/src/legacy_target_specs.rs
@@ -1,6 +1,6 @@
1
-//! Legacy target specs are spec jsons for versions before `rustc_codegen_spirv-types` came
2
-//! bundled with them. Instead, cargo gpu needs to bundle these legacy spec files. Luckily,
3
-//! they are the same for all versions, as bundling with `rustc_codegen_spirv-types` was
+//! Legacy target specs are spec jsons for versions before `rustc_codegen_spirv_target_specs`
+//! came bundled with them. Instead, cargo gpu needs to bundle these legacy spec files. Luckily,
+//! they are the same for all versions, as bundling target specs with the codegen backend was
4
//! introduced before the first target spec update.
5
6
use anyhow::Context as _;
0 commit comments