diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-09-03 17:45:19 -0300 |
|---|---|---|
| committer | Joshua Nelson <joshua@yottadb.com> | 2020-09-09 12:30:56 -0400 |
| commit | f7bf37a53fedf96eb9347933f3668ecd5a1c094c (patch) | |
| tree | 9680b35fb22fd9836f6ba69eba6bec8b4caf04e0 /src/doc/rustc-dev-guide | |
| parent | 3bbe9b8fa1036464dfecf83c64baae4d23ccfed9 (diff) | |
| download | rust-f7bf37a53fedf96eb9347933f3668ecd5a1c094c.tar.gz rust-f7bf37a53fedf96eb9347933f3668ecd5a1c094c.zip | |
Add ./ to run x.py
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/queries/profiling.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/queries/profiling.md b/src/doc/rustc-dev-guide/src/queries/profiling.md index ad31c9e5395..fc8846fc5c5 100644 --- a/src/doc/rustc-dev-guide/src/queries/profiling.md +++ b/src/doc/rustc-dev-guide/src/queries/profiling.md @@ -20,7 +20,7 @@ address [issue 42678](https://github.com/rust-lang/rust/issues/42678). Compile the compiler, up to at least stage 1: ``` -x.py build library/std +./x.py build library/std ``` ### 2. Run `rustc`, with flags |
