diff --git a/library/std/src/io/error.rs b/library/std/src/io/error.rs index ff7fdcae16f53..4e541dda90692 100644 --- a/library/std/src/io/error.rs +++ b/library/std/src/io/error.rs @@ -564,6 +564,8 @@ impl Error { /// println!("last OS error: {os_error:?}"); /// ``` #[stable(feature = "rust1", since = "1.0.0")] + #[doc(alias = "GetLastError")] + #[doc(alias = "errno")] #[must_use] #[inline] pub fn last_os_error() -> Error {