File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 8
8
6 . Push to the branch: ` git push origin my-new-feature `
9
9
7 . Submit a pull request : D
10
10
11
- For developing on ` rustup ` itself, you may want to install into a temporary
12
- directory, with a series of commands similar to this:
11
+ For developing on ` rustup ` itself, the easiest way is to run the development
12
+ build on your current installation. This approach is best used for minor fixes
13
+ or improvements. See the documentation for [ ` RUSTUP_FORCE_ARG0 ` ] for more info.
14
+
15
+ [ `RUSTUP_FORCE_ARG0` ] : tips-and-tricks.md#rustup_force_arg0
16
+
17
+ A more formal solution involves installing rustup into a temporary directory as
18
+ your dedicated test environment.
19
+ To do so, you can run a series of commands similar to this:
13
20
14
21
``` bash
15
22
cargo build
You can’t perform that action at this time.
0 commit comments