rust/src/libcore/char
Jake Degen 3ab4b380aa Adjusted some doctests in libcore to use should_panic.
Previously, some doctests were spawning new threads and joining them to
indicate that a particular call should panic; this hurt readability, so
the tests have been adjusted to simply call the method and use the
`should_panic` marker.
2020-06-13 00:12:07 -04:00
..
convert.rs Adjusted some doctests in libcore to use should_panic. 2020-06-13 00:12:07 -04:00
decode.rs Format libcore with rustfmt 2019-11-26 23:02:11 -08:00
methods.rs Adjusted some doctests in libcore to use should_panic. 2020-06-13 00:12:07 -04:00
mod.rs also expose and use encode_utf16_raw for wtf8 2020-05-30 12:11:21 +02:00