Files
rust/src/libstd
Simon Sapin 239ec7d2dc Implement #[alloc_error_handler]
This to-be-stable attribute is equivalent to `#[lang = "oom"]`.
It is required when using the alloc crate without the std crate.
It is called by `handle_alloc_error`, which is in turned called
by "infallible" allocations APIs such as `Vec::push`.
2018-07-09 23:13:24 +02:00
..
2018-06-29 14:50:00 +03:00
2018-07-02 12:54:30 -07:00
2018-03-11 10:59:28 -07:00
2018-07-09 23:13:24 +02:00
2018-06-27 20:22:49 +02:00
2018-07-08 16:07:09 +02:00
2018-06-15 23:23:11 +02:00
2018-07-09 23:13:24 +02:00
2017-08-24 18:42:53 +02:00
2018-05-16 19:11:31 +02:00
2018-06-30 13:17:49 -07:00
2018-06-18 19:49:45 +02:00
2018-03-19 11:41:28 +09:00
2018-05-28 18:24:01 -06:00