interpret: remove outdated FIXME

This commit is contained in:
Ralf Jung 2024-09-22 08:18:30 +02:00
parent 6ce376774c
commit 27400ea4ed

View File

@ -221,7 +221,6 @@ fn layout_compat(
}
// Fall back to exact equality.
// FIXME: We are missing the rules for "repr(C) wrapping compatible types".
Ok(caller == callee)
}