Remove StableVec.
This commit is contained in:
parent
e291be3649
commit
273778086c
6 changed files with 8 additions and 41 deletions
|
@ -1127,7 +1127,7 @@ rustc_queries! {
|
|||
desc { "computing whether impls specialize one another" }
|
||||
}
|
||||
query in_scope_traits_map(_: LocalDefId)
|
||||
-> Option<&'tcx FxHashMap<ItemLocalId, StableVec<TraitCandidate>>> {
|
||||
-> Option<&'tcx FxHashMap<ItemLocalId, Box<[TraitCandidate]>>> {
|
||||
desc { "traits in scope at a block" }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue