about summary refs log tree commit diff
path: root/compiler/rustc_index/src/vec/tests.rs
AgeCommit message (Collapse)AuthorLines
2022-12-18A few small cleanups for `newtype_index`Nilstrieb-1/+1
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-18Make `#[max]` an attribute in `newtype_index`Nilstrieb-1/+4
2022-02-24Fix testAaron Hill-1/+5
2020-08-30mv compiler to compiler/mark-0/+51