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.
std::io::ErrorKind::InvalidFilename
1 parent f6cb952 commit a707c89Copy full SHA for a707c89
library/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 the filename length limit was exceeded.
+ #[stable(feature = "io_error_invalid_filename", since = "CURRENT_RUSTC_VERSION")]
378
InvalidFilename,
379
/// Program argument list too long.
380
0 commit comments