We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f16a1 commit 73370c5Copy full SHA for 73370c5
src/libcore/str/mod.rs
@@ -166,7 +166,7 @@ impl Utf8Error {
166
/// that starts at the index given by `valid_up_to()`.
167
/// Decoding should resume after that sequence
168
/// (after inserting a U+FFFD REPLACEMENT CHARACTER) in case of lossy decoding.
169
- #[unstable(feature = "utf8_error_error_len", reason ="new", issue = "0")]
+ #[unstable(feature = "utf8_error_error_len", reason ="new", issue = "40494")]
170
pub fn error_len(&self) -> Option<usize> {
171
self.error_len.map(|len| len as usize)
172
}
0 commit comments