diff --git a/doc/langref.html.in b/doc/langref.html.in index 6ae2e456e471c249d37b02e974857acf10f5f54e..5cccced446e1fe3ceb3f0fba2a344face916932b 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