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.
2 parents 3777221 + 2247d46 commit 2604440Copy full SHA for 2604440
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