Skip to content

Commit 8fa27e0

Browse files
committed
Also exclude proc-macro-srv-cli from stage 0 tests
1 parent 9aebf04 commit 8fa27e0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/bootstrap/src/core/build_steps

src/bootstrap/src/core/build_steps/test.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,7 @@ impl Step for RustAnalyzer {
513513
// This builds a proc macro against the bootstrap libproc_macro, which is not ABI
514514
// compatible with the ABI proc-macro-srv expects to load.
515515
cargo.arg("--exclude=proc-macro-srv");
516+
cargo.arg("--exclude=proc-macro-srv-cli");
516517
}
517518

518519
let mut skip_tests = vec![];

0 commit comments

Comments
 (0)