diff --git a/doc/langref.html.in b/doc/langref.html.in index 6ae2e456e4..5cccced446 100644 --- a/doc/langref.html.in +++ b/doc/langref.html.in @@ -672,8 +672,8 @@ pub fn main() void { {#syntax#}usize{#endsyntax#} - uintptr_t - unsigned pointer sized integer + uintptr_t, size_t + unsigned pointer sized integer. Also see #5185