Split {Idx, IndexVec, IndexSlice}
into their own modules
This commit is contained in:
parent
64bcb32651
commit
e496fbec92
150 changed files with 472 additions and 454 deletions
|
@ -254,7 +254,7 @@ impl Parse for Newtype {
|
|||
}
|
||||
}
|
||||
|
||||
impl rustc_index::vec::Idx for #name {
|
||||
impl rustc_index::Idx for #name {
|
||||
#[inline]
|
||||
fn new(value: usize) -> Self {
|
||||
Self::from_usize(value)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue