change instructions for manually compiling y.rs (#1191)
This prevents an error on windows where the `build_sysroot` function was trying to delete `y.exe`.
This commit is contained in:
parent
84961ef06a
commit
f9c5bbba6b
1 changed files with 2 additions and 2 deletions
4
y.rs
4
y.rs
|
@ -15,8 +15,8 @@ exec ${0/.rs/.bin} $@
|
|||
//! for example:
|
||||
//!
|
||||
//! ```shell
|
||||
//! $ rustc y.rs -o build/y.bin
|
||||
//! $ build/y.bin
|
||||
//! $ rustc y.rs -o y.bin
|
||||
//! $ ./y.bin
|
||||
//! ```
|
||||
//!
|
||||
//! # Naming
|
||||
|
|
Loading…
Add table
Reference in a new issue