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:
Gheorghe Anghelescu 2021-08-04 10:23:27 +03:00 committed by GitHub
parent 84961ef06a
commit f9c5bbba6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
y.rs
View File

@ -15,8 +15,8 @@
//! for example:
//!
//! ```shell
//! $ rustc y.rs -o build/y.bin
//! $ build/y.bin
//! $ rustc y.rs -o y.bin
//! $ ./y.bin
//! ```
//!
//! # Naming