Skip to content

Commit

Permalink
Improve error message on missing feature gate
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Apr 24, 2021
1 parent 5e11afc commit 2bef76a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -520,7 +520,7 @@ impl Manifest {
.require(Feature::per_package_target())
.chain_err(|| {
anyhow::format_err!(
"the `package.default-kind` and `package.forced-kind` \
"the `package.default-target` and `package.forced-target` \
manifest keys are unstable and may not work properly"
)
})?;
Expand Down

0 comments on commit 2bef76a

Please sign in to comment.