-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
E0275: Point a additional error case while waiting for a proper fix #150107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Dirty fix to rust-lang#145069 While waiting for a proper fix, at least document what is happening in the error so that the next to stumble on the issue hopefully does not waste too much time debugging it.
|
This comment has been minimized.
This comment has been minimized.
Shorter lines
This comment has been minimized.
This comment has been minimized.
Fixed typo
Well it is in the PR description too, and I do not know how to edit commit message. |
|
Hmm, I'm kinda of two minds about this. On one hand, I'm in favour of more docs, but on the other hand, Arguably, the problem is perhaps more that you're able to have a dependency that uses an incomplete feature like
There's many ways to do it, one option is to use Feel free to ask questions about it, but perhaps let's discuss if this is something that we want to do first ;) |
Dirty fix to #145069
While waiting for a proper fix, at least document what is happening in the error so that the next to stumble on the issue hopefully does not waste too much time debugging it.