Skip to content

Commit 5f0c17f

Browse files
authored
Rollup merge of rust-lang#114817 - ouz-a:ouz_testing, r=lcnr
Remove unnecessary FIXME Found this while browsing rustc, I traced it back to rust-lang#27893 when MIR first introduced, some time passed since then and I think this FIXME is no longer necessary.
2 parents e0ee40f + dcf2056 commit 5f0c17f

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)