Don't move ?Trait bounds to param bounds if they're in where clauses
This commit is contained in:
parent
2eaf9fe364
commit
f1f1d56d93
12 changed files with 103 additions and 82 deletions
|
@ -693,7 +693,6 @@ impl<'tcx> DumpVisitor<'tcx> {
|
|||
(Some(self.tcx.require_lang_item(lang_item, Some(span))), span)
|
||||
}
|
||||
hir::GenericBound::Outlives(..) => continue,
|
||||
hir::GenericBound::Unsized(_) => continue,
|
||||
};
|
||||
|
||||
if let Some(id) = def_id {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue