We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
std::io::ErrorKind::InvalidFilename
1 parent a270d44 commit 2ef7adcCopy full SHA for 2ef7adc
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