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 907eab8 commit fa1624cCopy full SHA for fa1624c
library/core/src/str/iter.rs
@@ -209,7 +209,7 @@ impl<'a> CharIndices<'a> {
209
/// assert_eq!(chars.next(), None);
210
/// ```
211
#[inline]
212
- #[unstable(feature = "char_indices_offset", issue = "none")]
+ #[unstable(feature = "char_indices_offset", issue = "83871")]
213
pub fn offset(&self) -> usize {
214
self.front_offset
215
}
0 commit comments