diff --git a/src/other-reprs.md b/src/other-reprs.md index a405d15..ebd33ca 100644 --- a/src/other-reprs.md +++ b/src/other-reprs.md @@ -53,7 +53,7 @@ compiled as normal.) -# repr(u8), repr(u16), repr(u32), repr(u64) +# repr(u*), repr(i*) These specify the size to make a C-like enum. If the discriminant overflows the integer it has to fit in, it will produce a compile-time error. You can manually