Skip to content

Commit 40d647a

Browse files
committed
test-miri is no longer a thing
1 parent 6c545ba commit 40d647a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ The setup for a local rustc works as follows:
282282
git clone https://github.com/rust-lang/rust/ rustc
283283
cd rustc
284284
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.
285+
# Now edit `config.toml` and set `debug-assertions = true`.
287286
# This step can take 30 minutes and more.
288287
./x.py build src/rustc
289288
# If you change something, you can get a faster rebuild by doing

0 commit comments

Comments
 (0)