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 705421b commit 7475a34Copy full SHA for 7475a34
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 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