You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #11172 - ehuss:namespaced-feature-err-help, r=weihanglo
Provide a better error message when mixing dep: with /
Features of the form `dep:foo/feature` aren't accepted as valid syntax. This generated a somewhat confusing error message of:
```
feature `f1` includes `dep:bar/bar-feat`, but `dep:bar` is not a dependency
```
This PR adds a more targeted error message that provides some suggestions on how to fix it.
There is more context in #9574 as to why the syntax is the way it is.
0 commit comments