diff --git a/doc/langref.html.in b/doc/langref.html.in index 04ca5314ca0b..a5b59642dd00 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -316,6 +316,11 @@ pub fn main() void { unsigned pointer sized integer + + c_char + char + for ABI compatibility with C + c_short short @@ -5334,6 +5339,7 @@ pub const have_error_return_tracing = true; These have guaranteed C ABI compatibility and can be used like any other type.