rustc_hir: Change representation of import paths to support multiple resolutions
This commit is contained in:
parent
6cd4dd3091
commit
1f259ae679
19 changed files with 136 additions and 114 deletions
|
@ -399,7 +399,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<A, CTX> HashStable<CTX> for SmallVec<[A; 1]>
|
||||
impl<A, const N: usize, CTX> HashStable<CTX> for SmallVec<[A; N]>
|
||||
where
|
||||
A: HashStable<CTX>,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue