Skip to content

Commit 9dd964a

Browse files
authored
Unrolled build for #145535
Rollup merge of #145535 - lolbinarycat:rustdoc-invalid_html_tags-svg-145529, r=GuillaumeGomez 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 #145529
2 parents ace9a74 + d022089 commit 9dd964a

File tree

5 files changed

+534
-181
lines changed

5 files changed

+534
-181
lines changed

src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#![feature(file_buffered)]
1212
#![feature(format_args_nl)]
1313
#![feature(if_let_guard)]
14+
#![feature(iter_advance_by)]
1415
#![feature(iter_intersperse)]
1516
#![feature(round_char_boundary)]
1617
#![feature(rustc_private)]

0 commit comments

Comments
 (0)