Skip to content

Commit 9ff2f25

Browse files
committed
---
yaml --- r: 57128 b: refs/heads/try c: 4508da2 h: refs/heads/master v: v3
1 parent cb35003 commit 9ff2f25

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5-
refs/heads/try: d834c0d59d7b4febbf8dc411b5d3aa925ee7a447
5+
refs/heads/try: 4508da226ab598e646ef7cbac805cdcc8deb07a4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/doc/rustpkg.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,12 @@ Each directory in this list is a *workspace* for rustpkg.
2121
`../.rust`, `../../.rust`,
2222
and so on for every parent of `.` up to the filesystem root).
2323
That means that if `RUST_PATH` is not set,
24-
then rustpkg will still search for workspaces in `./.rust` and so on
24+
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.
2530

2631
Each workspace may contain one or more packages.
2732

0 commit comments

Comments
 (0)