We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e60295 + 68f6d81 commit b296531Copy full SHA for b296531
std/src/io/error.rs
@@ -373,8 +373,8 @@ pub enum ErrorKind {
373
TooManyLinks,
374
/// A filename was invalid.
375
///
376
- /// This error can also cause if it exceeded the filename length limit.
377
- #[unstable(feature = "io_error_more", issue = "86442")]
+ /// This error can also occur if a length limit for a name was exceeded.
+ #[stable(feature = "io_error_invalid_filename", since = "CURRENT_RUSTC_VERSION")]
378
InvalidFilename,
379
/// Program argument list too long.
380
0 commit comments