Uh oh!
There was an error while loading. Please reload this page.
Add #[doc(hidden)] attribute on compiler generated module. - #60562
Conversation
rust-highfive
commented
May 5, 2019
(rust_highfive has picked a reviewer for you, use r? to override) |
alexcrichton
commented
May 6, 2019
Thanks! I think that one of the arguments to |
iliekturtles
commented
May 6, 2019
I see where the code changes can be made (also noticed |
alexcrichton
commented
May 6, 2019
Tests typically live in |
af9b64f to
4f18a62Comparerust-highfive
commented
May 7, 2019
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 |
alexcrichton
commented
May 8, 2019
I think you may need to also tag the test with |
iliekturtles
commented
May 8, 2019
Ahhh thanks! I only had time to write the test but not run it locally last time. Will make that adjustment in the next few days and push the changes when I believe we're ready for a final review. |
Stops unavoidable `missing_docs` warning/error on proc-macro crates. Resolvesrust-lang#42008.
4f18a62 to
5ccf2fbCompareiliekturtles
commented
May 11, 2019
@alexcrichton, I believe everything is set for your review. Tests are passing locally. |
alexcrichton
commented
May 13, 2019
@bors: r+ |
bors
commented
May 13, 2019
📌 Commit 5ccf2fb has been approved by |
bors
commented
May 13, 2019
🌲 The tree is currently closed for pull requests below priority 500, this pull request will be tested once the tree is reopened |
…s, r=alexcrichton Add #[doc(hidden)] attribute on compiler generated module. Resolves unavoidable `missing_docs` warning/error on proc-macro crates. Resolvesrust-lang#42008. Changes not yet tested locally, however I wanted to submit first since `rustc` takes forever to compile.
Rollup of 5 pull requests Successful merges: - #60176 (Explain error when yielding a reference to a local variable) - #60201 (coretest: Downgrade deny to warn) - #60562 (Add #[doc(hidden)] attribute on compiler generated module.) - #60710 (Use `delay_span_bug` for error cases when checking `AnonConst` parent) - #60770 (add impl_trait_in_bindings to INCOMPLETE_FEATURES) Failed merges: r? @ghost
Resolves unavoidable
missing_docswarning/error on proc-macro crates.Resolves#42008.
Changes not yet tested locally, however I wanted to submit first since
rustctakes forever to compile.