File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ impl Layout {
400400
401401#[ stable( feature = "alloc_layout" , since = "1.28.0" ) ]
402402#[ rustc_deprecated(
403- since = "1.51 .0" ,
403+ since = "1.52 .0" ,
404404 reason = "Name does not follow std convention, use LayoutError" ,
405405 suggestion = "LayoutError"
406406) ]
@@ -409,7 +409,7 @@ pub type LayoutErr = LayoutError;
409409/// The parameters given to `Layout::from_size_align`
410410/// or some other `Layout` constructor
411411/// do not satisfy its documented constraints.
412- #[ stable( feature = "alloc_layout_error" , since = "1.49 .0" ) ]
412+ #[ stable( feature = "alloc_layout_error" , since = "1.50 .0" ) ]
413413#[ derive( Clone , PartialEq , Eq , Debug ) ]
414414pub struct LayoutError {
415415 private : ( ) ,
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ pub use self::global::GlobalAlloc;
1111pub use self :: layout:: Layout ;
1212#[ stable( feature = "alloc_layout" , since = "1.28.0" ) ]
1313#[ rustc_deprecated(
14- since = "1.51 .0" ,
14+ since = "1.52 .0" ,
1515 reason = "Name does not follow std convention, use LayoutError" ,
1616 suggestion = "LayoutError"
1717) ]
1818#[ allow( deprecated, deprecated_in_future) ]
1919pub use self :: layout:: LayoutErr ;
2020
21- #[ stable( feature = "alloc_layout_error" , since = "1.49 .0" ) ]
21+ #[ stable( feature = "alloc_layout_error" , since = "1.50 .0" ) ]
2222pub use self :: layout:: LayoutError ;
2323
2424use crate :: fmt;
You can’t perform that action at this time.
0 commit comments