Skip to content

Commit ae2b1db

Browse files
committed
Tracking issue for const_reverse
1 parent 5e1730f commit ae2b1db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/slice/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ impl<T> [T] {
674674
/// assert!(v == [3, 2, 1]);
675675
/// ```
676676
#[stable(feature = "rust1", since = "1.0.0")]
677-
#[rustc_const_unstable(feature = "const_reverse", issue = "none")]
677+
#[rustc_const_unstable(feature = "const_reverse", issue = "100784")]
678678
#[inline]
679679
pub const fn reverse(&mut self) {
680680
let half_len = self.len() / 2;

0 commit comments

Comments
 (0)