We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f38c47 commit fd516afCopy full SHA for fd516af
src/librustdoc/lib.rs
@@ -8,7 +8,7 @@
8
#![feature(box_syntax)]
9
#![feature(in_band_lifetimes)]
10
#![feature(nll)]
11
-#![feature(or_patterns)]
+#![cfg_attr(bootstrap, feature(or_patterns))]
12
#![feature(test)]
13
#![feature(crate_visibility_modifier)]
14
#![feature(never_type)]
0 commit comments