]> git.lizzy.rs Git - rust.git/commit
Remove the now-unit-struct AllocErr parameter of oom()
authorSimon Sapin <simon.sapin@exyr.org>
Tue, 3 Apr 2018 14:00:04 +0000 (16:00 +0200)
committerSimon Sapin <simon.sapin@exyr.org>
Thu, 12 Apr 2018 20:53:13 +0000 (22:53 +0200)
commit157ff8cd0562eefdd7aa296395c38a7bc259a4b9
tree162a8b87c71c590b4ae1a594c4087819fb719b57
parent86753ce1cc520bfe50ae89f09ec47f313ce900eb
Remove the now-unit-struct AllocErr parameter of oom()
12 files changed:
src/liballoc/alloc.rs
src/liballoc/arc.rs
src/liballoc/heap.rs
src/liballoc/raw_vec.rs
src/liballoc/rc.rs
src/liballoc_system/lib.rs
src/libcore/alloc.rs
src/libstd/collections/hash/map.rs
src/libstd/collections/hash/table.rs
src/test/run-pass/allocator-alloc-one.rs
src/test/run-pass/realloc-16687.rs
src/test/run-pass/regions-mock-trans.rs