Skip to content

Commit b5c7cbf

Browse files
committed
rustdoc asks for dyn_trait feature in stage0
1 parent b80472d commit b5c7cbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustdoc/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
html_root_url = "https://doc.rust-lang.org/nightly/",
1414
html_playground_url = "https://play.rust-lang.org/")]
1515

16+
#![cfg_attr(stage0, feature(dyn_trait))]
17+
1618
#![feature(ascii_ctype)]
1719
#![feature(rustc_private)]
1820
#![feature(box_patterns)]

0 commit comments

Comments
 (0)