Skip to content

Commit 4eb28c3

Browse files
ldm0lcnr
andauthored
Update compiler/rustc_typeck/src/check/op.rs
Co-authored-by: lcnr <bastian_kauschke@hotmail.de>
1 parent a33f6ac commit 4eb28c3

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_typeck/src/check

1 file changed

+0
-1
lines changed

compiler/rustc_typeck/src/check/op.rs

-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
503503
if !self.tcx.has_typeck_results(def_id) {
504504
return false;
505505
}
506-
// We're emitting a suggestion, so we can just ignore regions
507506
// FIXME: Instead of exiting early when encountering bound vars in
508507
// the function signature, consider keeping the binder here and
509508
// propagating it downwards.

0 commit comments

Comments
 (0)