[breaking change] Remove a rustdoc back compat warning#107291
[breaking change] Remove a rustdoc back compat warning#107291bors merged 2 commits intorust-lang:masterfrom
Conversation
|
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @cjgillot (or someone else) soon. Please see the contribution instructions for more information. |
|
cc @davidtwco, @compiler-errors, @JohnTitor, @estebank, @TaKO8Ki |
|
cc rust-lang/cargo#7159 (comment) @Aaron1011 are you still doing PR reviews? |
|
@bors try |
|
⌛ Trying commit 28aa96e835188a43a1a2638fadfa962cbedccd62 with merge 958246c3cfeb0a72f9a664bc7c584741fa1a805b... |
|
☀️ Try build successful - checks-actions |
|
Could you add a test where we run |
|
@craterbot run mode=rustdoc |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
|
|
There seems to be no code on crater that was ignoring this back compat warning |
|
r? @Aaron1011 |
28aa96e to
18d690f
Compare
|
|
|
☔ The latest upstream changes (presumably #103042) made this pull request unmergeable. Please resolve the merge conflicts. |
|
r=me after rebase |
18d690f to
ef2594c
Compare
|
@bors r=estebank |
|
📌 Commit ef2594cac4609ed89f1a602bfa643c1aae635ed6 has been approved by It is now in the queue for this repository. |
This comment has been minimized.
This comment has been minimized.
|
@bors r- |
ef2594c to
60b0da1
Compare
|
@bors r=estebank |
…mpiler-errors Rollup of 7 pull requests Successful merges: - rust-lang#105736 (Test that the compiler/library builds with validate-mir) - rust-lang#107291 ([breaking change] Remove a rustdoc back compat warning) - rust-lang#107675 (Implement -Zlink-directives=yes/no) - rust-lang#107848 (Split `x setup` sub-actions to CLI arguments) - rust-lang#107911 (Add check for invalid #[macro_export] arguments) - rust-lang#108229 ([107049] Recognise top level keys in config.toml.example) - rust-lang#108333 (Make object bound candidates sound in the new trait solver) Failed merges: - rust-lang#108337 (hir-analysis: make a helpful note) r? `@ghost` `@rustbot` modify labels: rollup
This warning was introduced in #62855 for users who use
rustdocdirectly on proc macro crates (instead of usingcargo doc) without passing--crate-type proc-macro(whichcargo docpassed automatically).