-
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
rustdoc: ICE: synthetic auto trait impls: unexpected result when selecting […]
involving const in super trait bounds & item bounds
#107715
Comments
Thanks for the report! I have transferred this to rust-lang/rust as that is where rustdoc issues are tracked. |
Seems to be a compiler bug. Adding the relevant tag. |
Although the MCVE looks a bit esoteric, it actually comes from using |
Ran
|
This comment was marked as resolved.
This comment was marked as resolved.
I can no longer reproduce this issue. |
unexpected result when selecting […]
involving const generics, super trait bounds & item bounds
unexpected result when selecting […]
involving const generics, super trait bounds & item boundsunexpected result when selecting […]
involving const in super trait bounds & item bounds
…sts, r=GuillaumeGomez rustdoc: add a couple of regression tests Fixes rust-lang#114657. Fixes rust-lang#112828. Fixes rust-lang#112242. Fixes rust-lang#107715. r? rustdoc
…tests, r=GuillaumeGomez rustdoc: add a couple of regression tests Fixes rust-lang#114657. Fixes rust-lang#112828. Fixes rust-lang#107715. r? rustdoc
Rollup merge of rust-lang#123348 - fmease:add-synth-auto-trait-impls-tests, r=GuillaumeGomez rustdoc: add a couple of regression tests Fixes rust-lang#114657. Fixes rust-lang#112828. Fixes rust-lang#107715. r? rustdoc
Problem
Minimal example
What I expected:
cargo doc
works.What happens:
Steps
cargo doc
(check & build work)Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: