We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c545ba commit 40d647aCopy full SHA for 40d647a
README.md
@@ -282,8 +282,7 @@ The setup for a local rustc works as follows:
282
git clone https://github.com/rust-lang/rust/ rustc
283
cd rustc
284
cp config.toml.example config.toml
285
-# Now edit `config.toml` and set `debug-assertions = true` and `test-miri = true`.
286
-# The latter is important to build libstd with the right flags for miri.
+# Now edit `config.toml` and set `debug-assertions = true`.
287
# This step can take 30 minutes and more.
288
./x.py build src/rustc
289
# If you change something, you can get a faster rebuild by doing
0 commit comments