diff options
| author | bors <bors@rust-lang.org> | 2019-02-10 04:34:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-02-10 04:34:12 +0000 |
| commit | 2e08bb1dd2863b94943fdca5a57ff2188e87623f (patch) | |
| tree | 04c0bba1ef5a358e90a74441c2e7d68403984b50 /src | |
| parent | 1bfb44133d1dbabc27acbe63848b072c76f0921f (diff) | |
| parent | 80942e95ea42e4ffb40dbdf5315f39775368261d (diff) | |
| download | rust-2e08bb1dd2863b94943fdca5a57ff2188e87623f.tar.gz rust-2e08bb1dd2863b94943fdca5a57ff2188e87623f.zip | |
Auto merge of #58339 - Mark-Simulacrum:embedded-book, r=Mark-Simulacrum
Add EmbeddedBook to test list in bootstrap r? @alexcrichton
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/builder.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 8540d92f749..f512e1d7a0c 100644 --- a/src/bootstrap/builder.rs +++ b/src/bootstrap/builder.rs @@ -400,6 +400,7 @@ impl<'a> Builder<'a> { test::TheBook, test::UnstableBook, test::RustcBook, + test::EmbeddedBook, test::Rustfmt, test::Miri, test::Clippy, |
