Skip to content

Commit c561d23

Browse files
committed
remove outdated comment
1 parent d6c5a04 commit c561d23

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: src/librustc_mir/interpret/operator.rs

-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,6 @@ impl<'mir, 'tcx, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
401401
(truncated, overflow || self.sign_extend(truncated, layout) != res)
402402
}
403403
};
404-
// res needs tuncating
405404
Ok((Scalar::from_uint(res, layout.size), overflow, layout.ty))
406405
}
407406
}

0 commit comments

Comments
 (0)