-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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: type annotations required cannot resolve std::borrow::Cow<'_, str>: std::borrow::Borrow<_>
#61476
Comments
I can't find a library change that would cause this (and rustdoc confirms that |
This regression was injected by commit 1962ade aka PR #60877, which rolled up the following PR's:
|
(could this regression have been caused by PR #59825 ?) |
I would file a followup issue against the zmtp crate, but |
Closing as duplicate of #60958. |
So this will require downstream libs (among which zmtp) to fix code that used to work on stable but no longer will once this rustc beta stabilizes, do I understand that correctly? |
@jjpe that interpretation is consistent with my understanding. See further discussion on #60958, for example this comment |
In particular, changes that cause crates to need additional type annotations are allowed under the stability guarantees as described in this blog post |
root: zmtp - 2 detected crates which regressed due to this; cc @jjpe
@jjpe
@jjpe
The text was updated successfully, but these errors were encountered: