-
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
Centralize panic macro documentation #61511
Centralize panic macro documentation #61511
Conversation
r? @kennytm (rust_highfive has picked a reviewer for you, use r? to override) |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Haha I misread the docs for how the macro works. It's from crate root rather than file relative. |
I'm not sure that making a macros directory is the right approach here. Should we have a shared documentation folder? |
☔ The latest upstream changes (presumably #61789) made this pull request unmergeable. Please resolve the merge conflicts. |
ping from triage |
Before I rebase this, I would like to come to a definitive conclusion on my previous concern |
Hey! This is a ping from triage, we would like to know if there is someone from @rust-lang/docs which can help here. Your effort will be very appreciated! |
@rust-lang/docs |
Note: I just got a feedback from @steveklabnik on Discord and he told me he will check it in a few hours. |
I am not sure what the answer is:
@rust-lang/rustdoc is better equipped to give advice than I am. |
Looks good to me! r=me once conflicts fixed. |
Rebased |
245b915
to
4687c64
Compare
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
☔ The latest upstream changes (presumably #62990) made this pull request unmergeable. Please resolve the merge conflicts. |
Arf sorry, didn't see your message... Please rebase once more and ping me. |
4687c64
to
421d9ea
Compare
@GuillaumeGomez rebased |
Your PR failed (raw log). Through arcane magic we have determined that the following fragments from the build log may contain information about the problem. Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Tests failed. |
mingw seems to be spuriously failing? linux x86_64 is erroring with:
I don't get why master is green if this is the case because I haven't edited the macros.rs file but rather just moved it to mod.rs. I can pull out the tests I guess |
I'm trying to build locally and am getting a lot of weird build breakages. |
Specifically when |
|
A related PR was merged 5 days ago: #60938 That might be the cause of the CI issues. This PR might also now have to wait for the release of Rust 1.37 due to bootstrapping concerns (I'm not an expert on this though). |
Let's wait for the new release then. Extra safety doesn't hurt. |
☔ The latest upstream changes (presumably #62507) made this pull request unmergeable. Please resolve the merge conflicts. |
from triage: I have changed this PR to S-blocked, waiting for rust 1.37 release. The author will resolve conflict afterwards. |
Moving back to waiting-on-author. This should be no longer blocked on release process (we're in 1.40 cycle now). |
Ping from Triage: @czipperz Any updates? |
Ping me again next week and I'll rebase it |
Ping from triage: @czipperz Next week is upon us |
Ping from triage: @czipperz any updates? |
Closing this due to inactivity. @czipperz thanks for contributing :) |
…lan-DPC Centralize panic macro documentation This is just the main commit from rust-lang#61511 (which got closed because the author didn't reply) cherry-picked on the current master. Building `core` and `std` on this branch in stage 1 succeeded, which I thinks means the issues from the previous PR should be gone (but let's see what CI says).
…lan-DPC Centralize panic macro documentation This is just the main commit from rust-lang#61511 (which got closed because the author didn't reply) cherry-picked on the current master. Building `core` and `std` on this branch in stage 1 succeeded, which I thinks means the issues from the previous PR should be gone (but let's see what CI says).
Closes #61327