about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTrolledWoods <trolledwoods@gmail.com>2021-04-05 09:18:00 +0200
committerGitHub <noreply@github.com>2021-04-05 09:18:00 +0200
commitfa1624cf135b141c1e4a524d7e001a727b305755 (patch)
treedce78a1ecf6a2ba6b554cc35c30da36d647dde71
parent907eab8e62d44b262a224eb3f5f6f70d5737ff15 (diff)
downloadrust-fa1624cf135b141c1e4a524d7e001a727b305755.tar.gz
rust-fa1624cf135b141c1e4a524d7e001a727b305755.zip
Added tracking issue number
-rw-r--r--library/core/src/str/iter.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/str/iter.rs b/library/core/src/str/iter.rs
index b6502d192fb..14aff47e380 100644
--- a/library/core/src/str/iter.rs
+++ b/library/core/src/str/iter.rs
@@ -209,7 +209,7 @@ impl<'a> CharIndices<'a> {
     /// assert_eq!(chars.next(), None);
     /// ```
     #[inline]
-    #[unstable(feature = "char_indices_offset", issue = "none")]
+    #[unstable(feature = "char_indices_offset", issue = "83871")]
     pub fn offset(&self) -> usize {
         self.front_offset
     }