We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 094d3f6 commit 834deceCopy full SHA for 834dece
core/src/primitive_docs.rs
@@ -1575,8 +1575,6 @@ mod prim_ref {}
1575
/// Furthermore, ABI compatibility satisfies the following general properties:
1576
///
1577
/// - Every type is ABI-compatible with itself.
1578
-/// - If `T1` and `T2` are ABI-compatible, then two `repr(C)` types that only differ because one
1579
-/// field type was changed from `T1` to `T2` are ABI-compatible.
1580
/// - If `T1` and `T2` are ABI-compatible and `T2` and `T3` are ABI-compatible, then so are `T1` and
1581
/// `T3` (i.e., ABI-compatibility is transitive).
1582
/// - If `T1` and `T2` are ABI-compatible, then so are `T2` and `T1` (i.e., ABI-compatibility is
0 commit comments