rust/crates/proc-macro-test
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
..
imp Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
src Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
build.rs Build proc-macro-test-impl out-of-tree 2022-07-20 16:16:29 +02:00
Cargo.toml Bump cargo_metadata 2022-07-03 10:09:35 +03:00