Skip to content

Commit c478efb

Browse files
committed
Enable feature bound_cloned for tests
1 parent c382491 commit c478efb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/libcore/ops/range.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,7 @@ impl<T: Clone> Bound<&T> {
702702
/// # Examples
703703
///
704704
/// ```
705+
/// #![feature(bound_cloned)]
705706
/// use std::ops::Bound::*;
706707
/// use std::ops::RangeBounds;
707708
///

src/libcore/tests/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#![feature(bound_cloned)]
12
#![feature(box_syntax)]
23
#![feature(cell_update)]
34
#![feature(core_private_bignum)]

0 commit comments

Comments
 (0)