mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Add rustc_server (ra_tt rustc bridge)
This commit is contained in:
parent
080c983498
commit
6af1015f74
4 changed files with 691 additions and 1 deletions
|
@ -14,6 +14,9 @@
|
|||
#[doc(hidden)]
|
||||
mod proc_macro;
|
||||
|
||||
#[doc(hidden)]
|
||||
mod rustc_server;
|
||||
|
||||
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