mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-26 21:34:15 +00:00
Use rustc version of dylib to choose which proc macro ABI to use
This commit is contained in:
parent
a8b0a91011
commit
39b8d10b93
3 changed files with 291 additions and 75 deletions
|
@ -15,9 +15,16 @@
|
|||
#[doc(hidden)]
|
||||
mod proc_macro;
|
||||
|
||||
#[allow(dead_code)]
|
||||
#[doc(hidden)]
|
||||
mod proc_macro_nightly;
|
||||
|
||||
#[doc(hidden)]
|
||||
mod rustc_server;
|
||||
|
||||
#[doc(hidden)]
|
||||
mod rustc_server_nightly;
|
||||
|
||||
mod dylib;
|
||||
|
||||
use proc_macro::bridge::client::TokenStream;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue