-
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
Move rustdoc UI tests into a subdirectory #82800
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
5ea970f
to
a0e98a4
Compare
a0e98a4
to
e3997b0
Compare
@JohnTitor not sure if you have r+ permissions in rust-lang/rust or not, but just in case: @bors delegate=JohnTitor |
✌️ @JohnTitor can now approve this pull request |
I have but it's for making rollup and I'm not part of any teams that r+ PRs here (though this LGTM). So I'd wait for Mark (or someone else) to review it, sorry. |
This comment has been minimized.
This comment has been minimized.
e3997b0
to
6328026
Compare
Seems to be an accidental submodule update, r=me with that removed. |
This also adds a little leeway to the test limit.
6328026
to
bc1fbf5
Compare
Thanks, fixed. @bors r=Mark-Simulacrum rollup |
📌 Commit bc1fbf5 has been approved by |
Rollup of 11 pull requests Successful merges: - rust-lang#82711 (Add documentation for string->Cow conversions) - rust-lang#82767 (Update minifier dependency version) - rust-lang#82800 (Move rustdoc UI tests into a subdirectory) - rust-lang#82810 (Typo fix in Unstable book: `cargo cov` -> `cargo profdata`) - rust-lang#82829 (Handle negative literals in cast overflow warning) - rust-lang#82854 (Account for `if (let pat = expr) {}`) - rust-lang#82870 (Add note about the `#[doc(no-inline)]` usage) - rust-lang#82874 (Add codegen tests for some issues closed by LLVM 12) - rust-lang#82881 (diagnostics: Be clear about "crate root" and `::foo` paths in resolve diagnostics) - rust-lang#82888 (Grammar Fixes) - rust-lang#82897 ([.mailmap] Add entry for Ramkumar Ramachandra) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Helps with #73494.