diff options
| author | Michael Goulet <michael@errs.io> | 2022-02-14 09:08:06 -0800 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2022-02-15 09:17:09 -0800 |
| commit | f045b214ea52eebdaf0b17a1ca6d4be807abb032 (patch) | |
| tree | e55ec4d00da9cb54214630395daf12214e842486 /compiler | |
| parent | ce16189d46c607483fd892cbf9353e3c9f2d8047 (diff) | |
| download | rust-f045b214ea52eebdaf0b17a1ca6d4be807abb032.tar.gz rust-f045b214ea52eebdaf0b17a1ca6d4be807abb032.zip | |
Add removed comments back in self-outlives-lint
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_typeck/src/check/wfcheck.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_typeck/src/check/wfcheck.rs b/compiler/rustc_typeck/src/check/wfcheck.rs index d18682f5b62..55757251e26 100644 --- a/compiler/rustc_typeck/src/check/wfcheck.rs +++ b/compiler/rustc_typeck/src/check/wfcheck.rs @@ -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, |
