File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5
- refs/heads/try: d834c0d59d7b4febbf8dc411b5d3aa925ee7a447
5
+ refs/heads/try: 4508da226ab598e646ef7cbac805cdcc8deb07a4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -21,7 +21,12 @@ Each directory in this list is a *workspace* for rustpkg.
21
21
` ../.rust ` , ` ../../.rust ` ,
22
22
and so on for every parent of ` . ` up to the filesystem root).
23
23
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.
25
30
26
31
Each workspace may contain one or more packages.
27
32
You can’t perform that action at this time.
0 commit comments