rust/compiler/rustc_index/src
Nilstrieb 8bfd6450c7 A few small cleanups for newtype_index
Remove the `..` from the body, only a few invocations used it and it's
inconsistent with rust syntax.

Use `;` instead of `,` between consts. As the Rust syntax gods inteded.
2022-12-18 21:47:28 +01:00
..
bit_set Fix cloning from a BitSet with a different domain size 2022-07-08 11:41:36 +02:00
interval correct the test if IntervalSet 2022-06-08 22:44:26 +08:00
vec A few small cleanups for newtype_index 2022-12-18 21:47:28 +01:00
bit_set.rs minor code cleanups 2022-12-12 19:49:53 +01:00
interval.rs fix the impl error in insert_all 2022-06-08 22:09:26 +08:00
lib.rs move things from rustc_target::abi to rustc_abi 2022-11-24 16:26:13 +03:30
vec.rs compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00