rust-analyzer/crates/proc-macro-test
Alex Zepeda c5d4f7339a proc-macro-test: Pass target to cargo invocation
When cross compiling macos → dragonfly the dist build fails in the
proc-maro-test-impl crate with the following error:

ld: unknown option: -z\nclang: error: linker command failed with
exit code 1 (use -v to see invocation)

This appears to be a wart stemming from using an Apple host for cross
compiling.  Passing the target along to cargo allows it to pick up
a linker that it understands and DTRT.
2023-08-02 17:57:13 -07:00
..
imp Specify rust-version via workspace.package 2023-01-16 16:33:01 +01:00
src Enable extra warnings required by rust-lang/rust 2022-07-20 15:00:17 +02:00
build.rs proc-macro-test: Pass target to cargo invocation 2023-08-02 17:57:13 -07:00
Cargo.toml Auto merge of #13969 - Veykril:workspace.dependencies, r=Veykril 2023-01-17 10:29:27 +00:00