-
Notifications
You must be signed in to change notification settings - Fork 13k
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
regression: from_raw_parts is ambiguous #121606
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 the I-prioritize as it looks like expected behaviour (Zulip discussion), so IIUC nothing to see here. @rustbot label -I-prioritize |
Can this issue be closed then if it's intended breakage? |
We discussed this in today's @rust-lang/libs meeting. Confirming that this kind of ambiguity is expected behavior when doing multiple glob imports. |
https://crater-reports.s3.amazonaws.com/beta-1.77-3/beta-2024-02-18/reg/rsubox-0.2.1/log.txt
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: