rustdoc asks for dyn_trait feature in stage0

This commit is contained in:
Christian Poveda 2018-04-25 12:55:21 -05:00
parent b80472d84c
commit b5c7cbf2f2

View File

@ -13,6 +13,8 @@
html_root_url = "https://doc.rust-lang.org/nightly/",
html_playground_url = "https://play.rust-lang.org/")]
#![cfg_attr(stage0, feature(dyn_trait))]
#![feature(ascii_ctype)]
#![feature(rustc_private)]
#![feature(box_patterns)]