Skip to content

Conversation

@jonasbb
Copy link
Owner

@jonasbb jonasbb commented Sep 19, 2025

A recent rust nightly added the ability to show macro expansions in the
rustdoc output. Since this crate uses macros for many trait
implementations, this is useful for users trying to understand the macro
output.
rust-lang/rust#137229

Closes #879

A recent rust nightly added the ability to show macro expansions in the
rustdoc output. Since this crate uses macros for many trait
implementations, this is useful for users trying to understand the macro
output.
rust-lang/rust#137229
@codecov
Copy link

codecov bot commented Sep 19, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 68.60%. Comparing base (f414463) to head (b852142).
⚠️ Report is 3 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #883   +/-   ##
=======================================
  Coverage   68.60%   68.60%           
=======================================
  Files          36       36           
  Lines        9168     9168           
=======================================
  Hits         6290     6290           
  Misses       2878     2878           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jonasbb jonasbb merged commit ea091d1 into master Sep 19, 2025
28 checks passed
@jonasbb jonasbb deleted the rustdoc-macro-expansion branch September 19, 2025 22:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Investigate rustdoc macro expansion --generate-macro-expansion

2 participants