Skip to content

Commit

Permalink
Remove incorrect FIXME
Browse files Browse the repository at this point in the history
Co-Authored-By: Gabriel Smith <yodaldevoid@users.noreply.github.com>
  • Loading branch information
varkor and yodaldevoid committed May 6, 2019
1 parent 670cf11 commit c0454f0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/librustc_typeck/check/mod.rs
Expand Up @@ -5785,8 +5785,6 @@ pub fn check_bounds_are_used<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
ty
);

// FIXME(const_generics): we probably want to check the bounds for const parameters too.

if own_counts.types == 0 {
return;
}
Expand Down

0 comments on commit c0454f0

Please sign in to comment.