banish hir::GenericBound::LangItemTrait
This commit is contained in:
parent
ad00641b74
commit
fc010de26b
12 changed files with 68 additions and 135 deletions
|
@ -429,7 +429,7 @@ impl<'v> hir_visit::Visitor<'v> for StatCollector<'v> {
|
|||
fn visit_param_bound(&mut self, b: &'v hir::GenericBound<'v>) {
|
||||
record_variants!(
|
||||
(self, b, b, Id::None, hir, GenericBound, GenericBound),
|
||||
[Trait, LangItemTrait, Outlives]
|
||||
[Trait, Outlives]
|
||||
);
|
||||
hir_visit::walk_param_bound(self, b)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue