We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc94079 commit 861f3c7Copy full SHA for 861f3c7
library/std/src/io/error.rs
@@ -382,7 +382,7 @@ impl ErrorKind {
382
DirectoryNotEmpty => "directory not empty",
383
ExecutableFileBusy => "executable file busy",
384
FileTooLarge => "file too large",
385
- FilenameInvalid => "filename too long",
+ FilenameInvalid => "filename invalid",
386
FilesystemLoop => "filesystem loop or indirection limit (e.g. symlink loop)",
387
FilesystemQuotaExceeded => "filesystem quota exceeded",
388
HostUnreachable => "host unreachable",
0 commit comments