-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Document attribute doc and its sub-language #7963
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
Comments
triage bump, still missing |
It appears that doc comments placed inside In this example, we need the
Is there a way convert identifiers into strings and concatenate them in attributes? Appears that |
Use rustfmt version from `rust-toolchain` changelog: None
Run rustfmt on batches of multiple files changelog: none This gives `cargo dev fmt` a nice speed boost, down from 90s (because old) on my laptop and 120s (because windows) on my desktop to ~5s on both 250 at a time was to give windows a good amount of headroom (failed at ~800, rust-lang#40384) Also adds rustfmt to the toolchain file and has the clippy_dev workflow test using the pinned version as a follow up to rust-lang#7963
Sub-bug of #6444. Almost certainly ties into documenting
rustdoc
itself.The text was updated successfully, but these errors were encountered: