mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-01 17:04:13 +00:00

make rustdoc::invalid_html_tags more robust best reviewed a commit at a time. I kept finding more edge case so I ended up having to make quite significant changes to the parser in order to make it preserve state across events and handle multiline attributes correctly. fixes rust-lang/rust#145529