Skip to content

Commit 3cb32ca

Browse files
Rollup merge of #84856 - kornelski:enomem, r=JohnTitor
Correct stability of ErrorKind::OutOfMemory #84744
2 parents 5c91a4d + 2247d46 commit 3cb32ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/io/error.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pub enum ErrorKind {
189189

190190
/// An operation could not be completed, because it failed
191191
/// to allocate enough memory.
192-
#[stable(feature = "out_of_memory_error", since = "1.53.0")]
192+
#[stable(feature = "out_of_memory_error", since = "1.54.0")]
193193
OutOfMemory,
194194
}
195195

0 commit comments

Comments
 (0)