We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
syntax
std
The documentation for std::convert::Into contains some types from the syntax crate that should not be there:
std::convert::Into
impl Into<Option<P<PathParameters>>> for AngleBracketedParameterData impl Into<Vec<Annotatable>> for Annotatable impl<T> Into<Vec<T>> for ThinVec<T> impl<T> Into<Vec<T>> for P<[T]>
all of those are dead links (eg. for syntax::ptr::P).
syntax::ptr::P
The text was updated successfully, but these errors were encountered:
This was fixed by #43736 see https://doc.rust-lang.org/nightly/std/convert/trait.Into.html#implementors
Sorry, something went wrong.
Ah, nice. Just need to wait for it to go to stable then. I should not have limited the search to is:open 😄
is:open
Well, actually the issue is still opened, I must not have searched hard enough…
No branches or pull requests
The documentation for
std::convert::Into
contains some types from thesyntax
crate that should not be there:all of those are dead links (eg. for
syntax::ptr::P
).The text was updated successfully, but these errors were encountered: