diff --git a/doc/langref.html.in b/doc/langref.html.in index 6f9a2bf3ea..465f3c56a7 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -247,66 +247,6 @@ pub fn main() void { Description -
i2(none)u2(none)i3(none)u3(none)i4(none)u4(none)i5(none)u5(none)i6(none)u6(none)i7(none)u7(none)i8int8_t
+ In addition to the integer types above, arbitrary bit-width integers can be referenced by using
+ an identifier of i or u followed by digits. For example, the identifier
+ i7 refers to a signed 7-bit integer.
+