diff options
| author | ouz-a <ouz.agz@gmail.com> | 2023-08-14 20:52:17 +0300 |
|---|---|---|
| committer | ouz-a <ouz.agz@gmail.com> | 2023-08-14 20:52:17 +0300 |
| commit | dcf2056049ea43200fad161adc5a9db2c0956acc (patch) | |
| tree | ab3511c995b49465c4a7060ce115be4b9615a556 | |
| parent | 475be26d99b8e3898c482e0ac42ab7bce3d511bf (diff) | |
| download | rust-dcf2056049ea43200fad161adc5a9db2c0956acc.tar.gz rust-dcf2056049ea43200fad161adc5a9db2c0956acc.zip | |
Remove unnecessary FIXME
| -rw-r--r-- | compiler/rustc_mir_build/src/thir/cx/expr.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_build/src/thir/cx/expr.rs b/compiler/rustc_mir_build/src/thir/cx/expr.rs index 994ac8a3286..a96d837b3ad 100644 --- a/compiler/rustc_mir_build/src/thir/cx/expr.rs +++ b/compiler/rustc_mir_build/src/thir/cx/expr.rs @@ -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, |
