-
Notifications
You must be signed in to change notification settings - Fork 13.4k
regression: type annotations required cannot resolve std::borrow::Cow<'_, str>: std::borrow::Borrow<_>
#61476
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 |
Uh oh!
There was an error while loading. Please reload this page.
root: zmtp - 2 detected crates which regressed due to this; cc @jjpe
@jjpe
@jjpe
The text was updated successfully, but these errors were encountered: