Skip to content

Commit 27400ea

Browse files
committed
interpret: remove outdated FIXME
1 parent 6ce3767 commit 27400ea

File tree

1 file changed

+0
-1
lines changed
  • compiler/rustc_const_eval/src/interpret

1 file changed

+0
-1
lines changed

compiler/rustc_const_eval/src/interpret/call.rs

-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@ impl<'tcx, M: Machine<'tcx>> InterpCx<'tcx, M> {
221221
}
222222

223223
// Fall back to exact equality.
224-
// FIXME: We are missing the rules for "repr(C) wrapping compatible types".
225224
Ok(caller == callee)
226225
}
227226

0 commit comments

Comments
 (0)