Skip to content

Commit

Permalink
Update compiler/rustc_typeck/src/check/op.rs
Browse files Browse the repository at this point in the history
Co-authored-by: lcnr <bastian_kauschke@hotmail.de>
  • Loading branch information
ldm0 and lcnr committed Dec 20, 2020
1 parent a33f6ac commit 4eb28c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_typeck/src/check/op.rs
Expand Up @@ -503,7 +503,6 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
if !self.tcx.has_typeck_results(def_id) {
return false;
}
// We're emitting a suggestion, so we can just ignore regions
// FIXME: Instead of exiting early when encountering bound vars in
// the function signature, consider keeping the binder here and
// propagating it downwards.
Expand Down

0 comments on commit 4eb28c3

Please sign in to comment.