rust-analyzer/crates/proc_macro_srv/src/abis
Alex Good e240eb67a8 Introduce proc_macro_srv::abis, impl 1.47 and 1.55
Rather than a "Stable" and "Nightly" ABI we instead name ABIs based on
the version of the rust compiler in which they were introduced. We place
these ABIs in a new module - `proc_macro_srv::abis` - where we also add
some mchinery to abstract over ABIs. This should make it easy to add new
ABIs at a later date as the rust compiler evolves.
2021-07-12 16:05:45 +01:00
..
abi_1_47 Introduce proc_macro_srv::abis, impl 1.47 and 1.55 2021-07-12 16:05:45 +01:00
abi_1_55 Introduce proc_macro_srv::abis, impl 1.47 and 1.55 2021-07-12 16:05:45 +01:00
mod.rs Introduce proc_macro_srv::abis, impl 1.47 and 1.55 2021-07-12 16:05:45 +01:00