We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e11afc commit 2bef76aCopy full SHA for 2bef76a
1 file changed
src/cargo/core/manifest.rs
@@ -520,7 +520,7 @@ impl Manifest {
520
.require(Feature::per_package_target())
521
.chain_err(|| {
522
anyhow::format_err!(
523
- "the `package.default-kind` and `package.forced-kind` \
+ "the `package.default-target` and `package.forced-target` \
524
manifest keys are unstable and may not work properly"
525
)
526
})?;
0 commit comments