rustdoc: check code block syntax in early pass

This commit is contained in:
Andy Russell
2018-12-15 16:25:50 -05:00
parent ee10d99b9a
commit 8c93798e9f
10 changed files with 474 additions and 71 deletions

View File

@@ -3,6 +3,7 @@
html_root_url = "https://doc.rust-lang.org/nightly/",
html_playground_url = "https://play.rust-lang.org/")]
#![feature(bind_by_move_pattern_guards)]
#![feature(rustc_private)]
#![feature(box_patterns)]
#![feature(box_syntax)]