Skip to content

Commit 6766048

Browse files
committed
---
yaml --- r: 55755 b: refs/heads/master c: 4508da2 h: refs/heads/master i: 55753: 672bb00 55751: 4d5dbf0 v: v3
1 parent 36b8e87 commit 6766048

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d834c0d59d7b4febbf8dc411b5d3aa925ee7a447
2+
refs/heads/master: 4508da226ab598e646ef7cbac805cdcc8deb07a4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/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)