Skip to content

Commit c0454f0

Browse files
varkoryodaldevoid
andcommitted
Remove incorrect FIXME
Co-Authored-By: Gabriel Smith <[email protected]>
1 parent 670cf11 commit c0454f0

File tree

1 file changed

+0
-2
lines changed
  • src/librustc_typeck/check

1 file changed

+0
-2
lines changed

src/librustc_typeck/check/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -5785,8 +5785,6 @@ pub fn check_bounds_are_used<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>,
57855785
ty
57865786
);
57875787

5788-
// FIXME(const_generics): we probably want to check the bounds for const parameters too.
5789-
57905788
if own_counts.types == 0 {
57915789
return;
57925790
}

0 commit comments

Comments
 (0)