rustdoc asks for dyn_trait feature in stage0
This commit is contained in:
parent
b80472d84c
commit
b5c7cbf2f2
@ -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)]
|
||||
|
Loading…
x
Reference in New Issue
Block a user