diff --git a/Note-getting-started-developing-Rust.md b/Note-getting-started-developing-Rust.md index bee6f68..a0cb4ec 100644 --- a/Note-getting-started-developing-Rust.md +++ b/Note-getting-started-developing-Rust.md @@ -191,7 +191,7 @@ make # this will definitely take a while if this is your first time, as it bu Optional steps: ~~~~bash -make check # run the test suite +make check # run the test suite; on windows, `make check` may not pass well. in any case, make check-fast` should work. (See also #4193) make install # install the compiler and associated tools ~~~~