We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aebf04 commit 8fa27e0Copy full SHA for 8fa27e0
1 file changed
src/bootstrap/src/core/build_steps/test.rs
@@ -513,6 +513,7 @@ impl Step for RustAnalyzer {
513
// This builds a proc macro against the bootstrap libproc_macro, which is not ABI
514
// compatible with the ABI proc-macro-srv expects to load.
515
cargo.arg("--exclude=proc-macro-srv");
516
+ cargo.arg("--exclude=proc-macro-srv-cli");
517
}
518
519
let mut skip_tests = vec![];
0 commit comments