Skip to content

Commit dcf2056

Browse files
committed
Remove unnecessary FIXME
1 parent 475be26 commit dcf2056

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_mir_build/src/thir/cx

1 file changed

+0
-1
lines changed

compiler/rustc_mir_build/src/thir/cx/expr.rs

-1
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,6 @@ impl<'tcx> Cx<'tcx> {
445445
let rhs = self.mirror_expr(rhs);
446446
self.overloaded_operator(expr, Box::new([lhs, rhs]))
447447
} else {
448-
// FIXME overflow
449448
match op.node {
450449
hir::BinOpKind::And => ExprKind::LogicalOp {
451450
op: LogicalOp::And,

0 commit comments

Comments
 (0)