Add a failing rustdoc-ui test for public infinite recursive type#110488
Merged
bors merged 1 commit intorust-lang:masterfrom Apr 18, 2023
Merged
Add a failing rustdoc-ui test for public infinite recursive type#110488bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
jyn514
reviewed
Apr 18, 2023
Member
jyn514
left a comment
There was a problem hiding this comment.
thank you ❤️ do you mind also moving tests/rustdoc-ui/infinite-recursive-type-impl-trait.rs to this error-in-impl-trait subdirectory while you're at it?
tests/rustdoc-ui/error-in-impl-trait/infinite-recursive-type-2.rs
Outdated
Show resolved
Hide resolved
e878e10 to
4fab87d
Compare
4fab87d to
ca882c0
Compare
Member
|
Thank you! r=me with CI passing |
Member
Author
|
Didn't even have time to write a message to say it was updated. You're too fast! 😆 |
Member
Author
|
@bors r=jyn514 rollup |
Collaborator
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Apr 18, 2023
…llaumeGomez Rollup of 5 pull requests Successful merges: - rust-lang#110417 (Spelling compiler) - rust-lang#110441 (5 little typos) - rust-lang#110485 (Fix bootstrap locking) - rust-lang#110488 (Add a failing rustdoc-ui test for public infinite recursive type) - rust-lang#110490 (Bump `download-ci-llvm-stamp` for loong support) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As suggested in #110450 (comment).
r? @jyn514