We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
[u8]
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
https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#impl-Send-80
this is pretty confusing as there also exists an auto impl for [T] https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#impl-Send-429
[T]
I expect that rustdoc incorrectly treats the impl [u8] impl as a distinct type or something like this... not completely sure
impl [u8]
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Rollup merge of rust-lang#97130 - notriddle:notriddle/collect-trait-i…
9fc3fc3
…mpls-dup, r=GuillaumeGomez rustdoc: avoid including impl blocks with filled-in generics Fixes rust-lang#94937 # Before  # After 
f5ac93b
Successfully merging a pull request may close this issue.
https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#impl-Send-80
this is pretty confusing as there also exists an auto impl for
[T]
https://doc.rust-lang.org/nightly/std/marker/trait.Send.html#impl-Send-429I expect that rustdoc incorrectly treats the
impl [u8]
impl as a distinct type or something like this... not completely sureThe text was updated successfully, but these errors were encountered: