We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f5633df + e5100a5 commit e543815Copy full SHA for e543815
src/libstd/env.rs
@@ -421,7 +421,9 @@ impl Error for JoinPathsError {
421
/// # Unix
422
///
423
/// Returns the value of the 'HOME' environment variable if it is set
424
-/// and not equal to the empty string.
+/// and not equal to the empty string. Otherwise, it tries to determine the
425
+/// home directory by invoking the `getpwuid_r` function on the UID of the
426
+/// current user.
427
428
/// # Windows
429
0 commit comments