Files
rust/library/alloc/src
Yuki Okushi b6b6bc0a61 Rollup merge of #77738 - RalfJung:alloc-error-handler-comment, r=Amanieu
fix __rust_alloc_error_handler comment

`__rust_alloc_error_handler` was added in the same `extern` block as the allocator functions, but the comment there was not actually correct for `__rust_alloc_error_handler`. So move it down to the rest of the default allocator handling with a fixed comment. At least the comment reflects my understanding of what happens, please check carefully. :)

r? @Amanieu Cc @haraldh
2020-10-11 03:19:10 +09:00
..
2020-07-27 19:51:13 -05:00
2020-09-28 14:51:03 -04:00
2020-09-12 10:38:33 -05:00
2020-09-12 10:38:33 -05:00
2020-08-21 19:31:00 +02:00
2020-08-21 00:25:25 +02:00
2020-07-27 19:51:13 -05:00
2020-07-27 19:51:13 -05:00
2020-10-10 22:17:48 +08:00