-
Notifications
You must be signed in to change notification settings - Fork 13.3k
regression: NonZero is ambiguous #121604
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
Comments
Relevant documentation: https://doc.rust-lang.org/1.76.0/cargo/reference/semver.html#item-new "glob imports are a known forwards-compatibility hazard. Glob imports of items from external crates should be avoided." Normally, unless the breakage is extraordinarily disruptive (affecting a foundational library that is unmaintained but still widely-used) we move on and remind the author not to use glob imports. |
Removing prioritization since affected crates are taking care of this ([Zulip discussion](The authors of an affected crate were mentioned and already updated their code (in zommiommy/common_traits@ab8e504) so I think this is under control (so my understanding). @rustbot label -I-prioritize |
Can this issue be closed if it's intentional breakage? |
Speaking for me personally: yes. But 🙂 I'm not sure how crater runs regressions are treated and if T-infra prefers to go through them again at a later stage and decide for a close. |
Yeah, we handled the change so it's absolutely not a priority, nor a problem and thus it can be closed. Then, we'll deal with the glob imports, thank you! |
My guess is this will be closed as expected, but should be a conscious decision.
The text was updated successfully, but these errors were encountered: