Added tracking issue number · rust-lang/rust@fa1624c (original) (raw)
Navigation Menu
- GitHub Copilot Write better code with AI
- GitHub Models New Manage and compare prompts
- GitHub Advanced Security Find and fix vulnerabilities
- Actions Automate any workflow
- Codespaces Instant dev environments
- Issues Plan and track work
- Code Review Manage code changes
- Discussions Collaborate outside of code
- Code Search Find more, search less
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit fa1624c
Added tracking issue number
File tree
1 file changed
lines changed
1 file changed
lines changed
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -209,7 +209,7 @@ impl<'a> CharIndices<'a> { | ||
209 | 209 | /// assert_eq!(chars.next(), None); |
210 | 210 | /// ``` |
211 | 211 | #[inline] |
212 | -#[unstable(feature = "char_indices_offset", issue = "none")] | |
212 | +#[unstable(feature = "char_indices_offset", issue = "83871")] | |
213 | 213 | pub fn offset(&self) -> usize { |
214 | 214 | self.front_offset |
215 | 215 | } |