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.
1 parent 2428cc4 commit 2247d46Copy full SHA for 2247d46
library/std/src/io/error.rs
@@ -189,7 +189,7 @@ pub enum ErrorKind {
189
190
/// An operation could not be completed, because it failed
191
/// to allocate enough memory.
192
- #[stable(feature = "out_of_memory_error", since = "1.53.0")]
+ #[stable(feature = "out_of_memory_error", since = "1.54.0")]
193
OutOfMemory,
194
}
195
0 commit comments