Skip to content

Commit

Permalink
Rollup merge of #114817 - ouz-a:ouz_testing, r=lcnr
Browse files Browse the repository at this point in the history
Remove unnecessary FIXME

Found this while browsing rustc, I traced it back to #27893 when MIR first introduced, some time passed since then and I think this FIXME is no longer necessary.
  • Loading branch information
matthiaskrgr authored Aug 14, 2023
2 parents e0ee40f + dcf2056 commit 5f0c17f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_mir_build/src/thir/cx/expr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,6 @@ impl<'tcx> Cx<'tcx> {
let rhs = self.mirror_expr(rhs);
self.overloaded_operator(expr, Box::new([lhs, rhs]))
} else {
// FIXME overflow
match op.node {
hir::BinOpKind::And => ExprKind::LogicalOp {
op: LogicalOp::And,
Expand Down

0 comments on commit 5f0c17f

Please sign in to comment.