diff options
| -rw-r--r-- | library/std/src/error.rs | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/library/std/src/error.rs b/library/std/src/error.rs index 8da03343976..ee25311d3b7 100644 --- a/library/std/src/error.rs +++ b/library/std/src/error.rs @@ -389,11 +389,7 @@ impl Error for ! {} )] impl Error for AllocErr {} -#[unstable( - feature = "allocator_api", - reason = "the precise API and guarantees it provides may be tweaked.", - issue = "32838" -)] +#[stable(feature = "alloc_layout", since = "1.28.0")] impl Error for LayoutErr {} #[stable(feature = "rust1", since = "1.0.0")] |
