Skip to content

Commit feeb1d7

Browse files
authored
Rollup merge of rust-lang#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#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.
2 parents c54af77 + 193a5d5 commit feeb1d7

File tree

0 file changed

+0
-0
lines changed

    0 file changed

    +0
    -0
    lines changed

    0 commit comments

    Comments
     (0)