Skip to content

Commit

Permalink
Remove unnecessary FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
ouz-a committed Aug 14, 2023
1 parent 475be26 commit dcf2056
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 dcf2056

Please sign in to comment.