diff --git a/src/cargo/core/resolver/errors.rs b/src/cargo/core/resolver/errors.rs index 711a2d734ff..306da17ef6c 100644 --- a/src/cargo/core/resolver/errors.rs +++ b/src/cargo/core/resolver/errors.rs @@ -182,7 +182,7 @@ pub(super) fn activation_error( msg.push_str("` does not have these features.\n"); msg.push_str( " It has an optional dependency with that name, \ - but but that dependency uses the \"dep:\" \ + but that dependency uses the \"dep:\" \ syntax in the features table, so it does not have an \ implicit feature with that name.\n", );