rust/crates
Amos Wenger a88e088fa7 Build proc-macro-test-impl out-of-tree
Building it in-place fails in rust CI because the source directory
is read-only. This changes `proc-macro-test`'s build script to first
copy `imp` under `OUT_DIR` (which is read-write).

It also prints stdout/stderr for the nested cargo invocation, should
it fail. (I've seen failures in rust CI that I couldn't explain, and
when they take 25 minutes to reproduce, you want to have that info)
2022-07-20 16:16:29 +02:00
..
base-db Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
cfg Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
flycheck Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
hir Run cargo fmt 2022-07-20 15:06:15 +02:00
hir-def Run cargo fmt 2022-07-20 15:06:15 +02:00
hir-expand Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
hir-ty Rename proc macro server from 'Rustc' to 'RustAnalyzer' 2022-07-20 15:40:23 +02:00
ide Run cargo fmt 2022-07-20 15:06:15 +02:00
ide-assists Run cargo fmt 2022-07-20 15:06:15 +02:00
ide-completion Run cargo fmt 2022-07-20 15:06:15 +02:00
ide-db Run cargo fmt 2022-07-20 15:06:15 +02:00
ide-diagnostics Run cargo fmt 2022-07-20 15:06:15 +02:00
ide-ssr Run cargo fmt 2022-07-20 15:06:15 +02:00
limit Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
mbe Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
parser Run cargo fmt 2022-07-20 15:06:15 +02:00
paths Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
proc-macro-api Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
proc-macro-srv Rename proc macro server from 'Rustc' to 'RustAnalyzer' 2022-07-20 15:40:23 +02:00
proc-macro-test Build proc-macro-test-impl out-of-tree 2022-07-20 16:16:29 +02:00
profile Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
project-model Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
rust-analyzer Remove in-rust-tree feature 2022-07-20 15:58:57 +02:00
sourcegen Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
stdx Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
syntax Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
test-utils Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
text-edit Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
toolchain Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
tt Run cargo fix --edition-idioms 2022-07-20 15:02:08 +02:00
vfs Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
vfs-notify Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00