mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
aecc0287ef
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