We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 475be26 commit dcf2056Copy full SHA for dcf2056
compiler/rustc_mir_build/src/thir/cx/expr.rs
@@ -445,7 +445,6 @@ impl<'tcx> Cx<'tcx> {
445
let rhs = self.mirror_expr(rhs);
446
self.overloaded_operator(expr, Box::new([lhs, rhs]))
447
} else {
448
- // FIXME overflow
449
match op.node {
450
hir::BinOpKind::And => ExprKind::LogicalOp {
451
op: LogicalOp::And,
0 commit comments