Rustdoc shouldn't collect all attributes into a single string when parsing markdown #75669
Labels
A-doctests
Area: Documentation tests, run by rustdoc
A-markdown-parsing
Area: Markdown parsing for doc-comments
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-compilemem
Issue: Problems and improvements with respect to memory usage during compilation.
I-compiletime
Issue: Problems and improvements with respect to compile times.
S-blocked
Status: Blocked on something else such as an RFC or other implementation work.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Unfortunately, the API seems pretty limited: https://docs.rs/pulldown-cmark/0.7.2/pulldown_cmark/struct.Parser.html
So until it's being extended, I guess we're kinda stuck with this extra allocation...
Originally posted by @GuillaumeGomez in #75665
The text was updated successfully, but these errors were encountered: