1
Fork 0

Add removed comments back in self-outlives-lint

This commit is contained in:
Michael Goulet 2022-02-14 09:08:06 -08:00
parent ce16189d46
commit f045b214ea
3 changed files with 18 additions and 16 deletions

View file

@ -342,7 +342,6 @@ fn check_gat_where_clauses(tcx: TyCtxt<'_>, associated_items: &[hir::TraitItemRe
param_env,
required_bounds_by_item.get(&item_def_id),
);
// FIXME(compiler-errors): Do we want to add a assoc ty default to the wf_tys?
gather_gat_bounds(
tcx,
param_env,