diff options
| author | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2024-09-12 02:53:12 +0300 |
|---|---|---|
| committer | Pavel Grigorenko <GrigorenkoPV@ya.ru> | 2024-10-05 21:42:13 +0300 |
| commit | b2c1c8f13a88be63ebe1907996bf806a91ec5680 (patch) | |
| tree | 0b51bde6d39502ca152360e46785d1bfaad725c9 /library/std/src/io/error | |
| parent | e561499e90d354b651ea23c93d2441ba971f6522 (diff) | |
Stabilize `std::io::ErrorKind::QuotaExceeded`
Also drop "Filesystem" from its name
Diffstat (limited to 'library/std/src/io/error')
| -rw-r--r-- | library/std/src/io/error/repr_bitpacked.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/io/error/repr_bitpacked.rs b/library/std/src/io/error/repr_bitpacked.rs index a839a2fbac1..f958a938646 100644 --- a/library/std/src/io/error/repr_bitpacked.rs +++ b/library/std/src/io/error/repr_bitpacked.rs @@ -335,7 +335,7 @@ fn kind_from_prim(ek: u32) -> Option<ErrorKind> { WriteZero, StorageFull, NotSeekable, - FilesystemQuotaExceeded, + QuotaExceeded, FileTooLarge, ResourceBusy, ExecutableFileBusy, |
