You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Now I'm not entirely sure how #[proc_macro_hack] works, but I don't think rustdoc should ever produce... this? The matcher is syntactically invalid, so this should never really happen.
The text was updated successfully, but these errors were encountered:
jonas-schievink
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
labels
May 4, 2019
ogoffart
added a commit
to slint-ui/slint
that referenced
this issue
Jun 2, 2020
A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Example: https://docs.rs/pkg-version/0.1.0/pkg_version/macro.pkg_version_minor.html
The source code looks like this:
The rustdoc output looks like this:
Now I'm not entirely sure how
#[proc_macro_hack]
works, but I don't think rustdoc should ever produce... this? The matcher is syntactically invalid, so this should never really happen.Perhaps related to #45939, but I'm not sure.
The text was updated successfully, but these errors were encountered: