We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d834c0d commit 4508da2Copy full SHA for 4508da2
doc/rustpkg.md
@@ -21,7 +21,12 @@ Each directory in this list is a *workspace* for rustpkg.
21
`../.rust`, `../../.rust`,
22
and so on for every parent of `.` up to the filesystem root).
23
That means that if `RUST_PATH` is not set,
24
-then rustpkg will still search for workspaces in `./.rust` and so on
+then rustpkg will still search for workspaces in `./.rust` and so on.
25
+`RUST_PATH` also implicitly contains an entry for the system path:
26
+`/usr/local` or the equivalent on Windows.
27
+This entry comes after the implicit entries for `./.rust` and so on.
28
+Finally, the last implicit entry in `RUST_PATH` is `~/.rust`
29
+or the equivalent on Windows.
30
31
Each workspace may contain one or more packages.
32
0 commit comments