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.
2 parents 17d4db0 + 372fdfe commit 2fcd302Copy full SHA for 2fcd302
src/cargo/core/resolver/errors.rs
@@ -182,7 +182,7 @@ pub(super) fn activation_error(
182
msg.push_str("` does not have these features.\n");
183
msg.push_str(
184
" It has an optional dependency with that name, \
185
- but but that dependency uses the \"dep:\" \
+ but that dependency uses the \"dep:\" \
186
syntax in the features table, so it does not have an \
187
implicit feature with that name.\n",
188
);
0 commit comments