-
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
Exported macros appear twice in left sidebar (rustc 1.60.0 nightly, docsrs 0.6.0) #93912
Comments
Thank you for the report! This is definitely not an issue with docs.rs itself, but with rustdoc. @GuillaumeGomez @jsha is this known? Should a rustdoc issue be created? |
Not known afaik. Please do file an issue (or transfer this one)!
|
Seems similar to #89852. |
Thanks for transferring the issue. One difference between this and #89852 - both macros are exported using a wildcard in crate root mod macros;
pub use macros::*; |
Well, just another reexport issue. It's common around here. 😆 I'll try to take a look in the next days. |
Trying locally with the latest nightly ( So the tiny bug is still there, just deeper/hidden on the latest nightly? |
Ah indeed! I can also reproduce it now. Will take another look tomorrow then. |
…acro, r=notriddle rustdoc: Avoid duplicating macros in sidebar Fixes rust-lang#93912. cc `@jsha` (for the GUI test) r? `@camelid`
…acro, r=notriddle rustdoc: Avoid duplicating macros in sidebar Fixes rust-lang#93912. cc ``@jsha`` (for the GUI test) r? ``@camelid``
…acro, r=notriddle rustdoc: Avoid duplicating macros in sidebar Fixes rust-lang#93912. cc ```@jsha``` (for the GUI test) r? ```@camelid```
…acro, r=notriddle rustdoc: Avoid duplicating macros in sidebar Fixes rust-lang#93912. cc ````@jsha```` (for the GUI test) r? ````@camelid````
…acro, r=notriddle rustdoc: Avoid duplicating macros in sidebar Fixes rust-lang#93912. cc `````@jsha````` (for the GUI test) r? `````@camelid`````
Hey! Ran into what appears to be a bug - crate's exported macros each appear twice in the left sidebar:
Please let me know if I can provide additional info.
The text was updated successfully, but these errors were encountered: