-
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: regression in intra-doc link to trait function #92662
Labels
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Milestone
Comments
rnarubin
added
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
labels
Jan 8, 2022
rustbot
added
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
Jan 8, 2022
Probably #92443. searched nightlies: from nightly-2022-01-06 to nightly-2022-01-07 bisected with cargo-bisect-rustc v0.6.1Host triple: aarch64-apple-darwin cargo bisect-rustc --preserve --start=2022-01-06 --end=2022-01-07 --regress=error -- doc |
rnarubin
added a commit
to standard-ai/ya-gcp
that referenced
this issue
Jan 10, 2022
A regression in rustdocs is causing some errors[1]. While that gets sorted, use a version of rustdocs that won't fail. [1] rust-lang/rust#92662
rnarubin
added a commit
to standard-ai/ya-gcp
that referenced
this issue
Jan 10, 2022
A regression in rustdocs is causing some errors[1]. While that gets sorted, use a version of rustdocs that won't fail. [1] rust-lang/rust#92662
@camelid just saw this, I think might be caused by this change: I'm looking into it 🤔 |
GuillaumeGomez
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Jan 12, 2022
camelid
added
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
and removed
regression-untriaged
Untriaged performance or correctness regression.
labels
Jan 13, 2022
camelid
added
P-high
High priority
and removed
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
Jan 13, 2022
@rustbot claim |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 15, 2022
…cs, r=camelid rustdoc: fix intra-link for generic trait impls fixes rust-lang#92662 r? `@camelid`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 15, 2022
…cs, r=camelid rustdoc: fix intra-link for generic trait impls fixes rust-lang#92662 r? ``@camelid``
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 15, 2022
…cs, r=camelid rustdoc: fix intra-link for generic trait impls fixes rust-lang#92662 r? ```@camelid```
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Jan 15, 2022
…cs, r=camelid rustdoc: fix intra-link for generic trait impls fixes rust-lang#92662 r? ````@camelid````
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
P-high
High priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Code
Example code:
Version it worked on
docs build successfully on 1.57.0:
Version with regression
docs fail to build on 1.59.0-nightly (358e79fe5 2022-01-04):
The generics appear necessary for the bug. Removing them from either the type or the trait resolves the failure.
The text was updated successfully, but these errors were encountered: