diff --git a/src/bootstrap/builder.rs b/src/bootstrap/builder.rs index 8540d92f74917..f512e1d7a0c62 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,