diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2025-03-03 08:38:46 +0200 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2025-03-03 08:38:46 +0200 |
| commit | dd3a5f9a64f97fd02e1d254236cb1612ed119e82 (patch) | |
| tree | 3f99fe82095b8a0ec0b3d1cfa541983a0eaa728e /src/doc/rustc-dev-guide/examples/README | |
| parent | 969868ba30b41af0cece305cd68d133369b492a4 (diff) | |
| parent | daf59857d6d2b87af4b846316bf1561a6083ed51 (diff) | |
| download | rust-dd3a5f9a64f97fd02e1d254236cb1612ed119e82.tar.gz rust-dd3a5f9a64f97fd02e1d254236cb1612ed119e82.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'src/doc/rustc-dev-guide/examples/README')
| -rw-r--r-- | src/doc/rustc-dev-guide/examples/README | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/examples/README b/src/doc/rustc-dev-guide/examples/README index ca49dd74db2..05e44673700 100644 --- a/src/doc/rustc-dev-guide/examples/README +++ b/src/doc/rustc-dev-guide/examples/README @@ -4,7 +4,10 @@ For each example to compile, you will need to first run the following: To create an executable: - rustc rustc-driver-example.rs + rustup run nightly rustc rustc-driver-example.rs + +You might need to be more specific about the exact nightly version. See the comments at the top of +the examples for the version they were written for. To run an executable: |
