mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add dylib loading code
This commit is contained in:
parent
dde9488559
commit
f7f121d60d
5 changed files with 277 additions and 1 deletions
|
@ -17,6 +17,8 @@ mod proc_macro;
|
|||
#[doc(hidden)]
|
||||
mod rustc_server;
|
||||
|
||||
mod dylib;
|
||||
|
||||
use proc_macro::bridge::client::TokenStream;
|
||||
use ra_proc_macro::{ExpansionResult, ExpansionTask, ListMacrosResult, ListMacrosTask};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue