rust/library/alloc
bjorn3 b805f30542 Remove support for specializing ToString outside the standard library
This is the only trait specializable outside of the standard library.
Before stabilizing specialization we will probably want to remove
support for this. It was originally made specializable to allow a more
efficient ToString in libproc_macro back when this way the only way to
get any data out of a TokenStream. We now support getting individual
tokens, so proc macros no longer need to call it as often.
2024-12-13 13:48:19 +00:00
..
benches update cfgs 2024-11-27 15:14:54 +00:00
src Remove support for specializing ToString outside the standard library 2024-12-13 13:48:19 +00:00
tests Move some alloc tests to the alloctests crate 2024-12-04 14:32:04 +00:00
Cargo.toml Update compiler_builtins to 0.1.138 and pin it 2024-11-03 17:43:16 -06:00