rust/compiler/rustc_serialize
Nicholas Nethercote 8d359e4385 Move some Encodable/Decodable tests.
Round-trip encoding/decoding of many types is tested in
`compiler/rustc_serialize/tests/opaque.rs`. There is also a small amount
of encoding/decoding testing in three files in `tests/ui-fulldeps`.

There is no obvious reason why these three files are necessary. They
were originally added in 2014. Maybe it wasn't possible for a proc
macro to run in a unit test back then?

This commit just moves the testing from those three files into the unit
test.
2023-05-02 12:02:32 +10:00
..
src Remove MemDecoder::read_byte. 2023-04-28 18:34:55 +10:00
tests Move some Encodable/Decodable tests. 2023-05-02 12:02:32 +10:00
Cargo.toml Update indexmap and rayon crates 2023-03-25 02:12:13 +01:00