Update src/other-reprs.md

Co-authored-by: Yuki Okushi <jtitor@2k36.org>
pull/329/head
Nicolas Abram 3 years ago committed by GitHub
parent 10fed3ab03
commit cd999a7ea9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -70,7 +70,7 @@ the other side is guaranteed to work. In particular, this is necessary for `stru
Foo(f32)` to always have the same ABI as `f32`.
This repr is only considered part of the public ABI of a type if either the single
field is pub, or if it's layout is documented in prose. Otherwise, the layout should
field is `pub`, or if its layout is documented in prose. Otherwise, the layout should
not be relied upon by other crates.
More details are in the [RFC][rfc-transparent].

Loading…
Cancel
Save