Commit be6df4e
authored
Rollup merge of #146826 - bluurryy:impl-allocator-for-mut-a, r=scottmcm
Implement `Allocator` for `&mut A` where `A: Allocator + ?Sized`
This is a breaking change to the unstable `allocator_api` feature. Tracking issue rust-lang/rust#32838.
It implements the accepted api change proposal from rust-lang/libs-team#508.
The code for the blanket implementation is the same as the one for `&A`, just with the `mut` added.File tree
0 file changed
+0
-0
lines changed0 file changed
+0
-0
lines changed
0 commit comments