rust/crates/proc-macro-srv/src
Amos Wenger fdddd83224 Assert that sysroot ABI version matches exactly
Otherwise, fall back to the multi ABI scheme, except in testing, where
it becomes a hard error.

This should make it possible to use a rustup-provided rust-analyzer with
proc macro dylibs compiled by older rustcs, and it'll also catch changes
to the format of `rustc --version` or the `.rustc` section that would
make them impossible to compare for equality.
2022-07-21 13:13:25 +02:00
..
abis Assert that sysroot ABI version matches exactly 2022-07-21 13:13:25 +02:00
tests Add proc-macro-srv integration test that clones literals 2022-07-20 16:43:40 +02:00
cli.rs
dylib.rs Assert that sysroot ABI version matches exactly 2022-07-21 13:13:25 +02:00
lib.rs Add sysroot-abi feature, copy 1.64 ABI fo rnow 2022-07-20 19:18:39 +02:00