diff options
| author | Ralf Jung <post@ralfj.de> | 2019-07-31 15:39:30 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-08-08 19:31:46 +0200 |
| commit | 2d49118fb4847de19c5263b1c8789c9ef600461a (patch) | |
| tree | 987bcc0ec34a8ce431bd278e948bca331b082f57 /src/bootstrap | |
| parent | 946bed89da398187c77e9ef7d7b4c69e64deaba5 (diff) | |
| download | rust-2d49118fb4847de19c5263b1c8789c9ef600461a.tar.gz rust-2d49118fb4847de19c5263b1c8789c9ef600461a.zip | |
more comments
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 79d8b867cb6..58a0b5dde2e 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -389,6 +389,7 @@ impl Step for Miri { }); if let Some(miri) = miri { // # Run `cargo miri setup`. + // As a side-effect, this will install xargo. let mut cargo = tool::prepare_tool_cargo( builder, compiler, |
