We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c382491 commit c478efbCopy full SHA for c478efb
src/libcore/ops/range.rs
@@ -702,6 +702,7 @@ impl<T: Clone> Bound<&T> {
702
/// # Examples
703
///
704
/// ```
705
+ /// #![feature(bound_cloned)]
706
/// use std::ops::Bound::*;
707
/// use std::ops::RangeBounds;
708
src/libcore/tests/lib.rs
@@ -1,3 +1,4 @@
1
+#![feature(bound_cloned)]
2
#![feature(box_syntax)]
3
#![feature(cell_update)]
4
#![feature(core_private_bignum)]
0 commit comments