Declarative Macros 2.0 places macros at root, not at module level (nightly) #54112
Labels
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
A-macros-2.0
Area: Declarative macros 2.0 (#39412)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I'm assuming that with #35896 (modularization), this is something we'll want to change.
For example, I try
And the macro ends up at the root of the documentation, even though with the 2018 edition I access it through "use whatever_crate_its_in::module::test_macro".
The text was updated successfully, but these errors were encountered: