rust-analyzer/crates/proc-macro-srv
Nika Layzell 2c7f2c105b proc_macro/bridge: send diagnostics over the bridge as a struct
This removes some RPC when creating and emitting diagnostics, and
simplifies the bridge slightly.

After this change, there are no remaining methods which take advantage
of the support for `&mut` references to objects in the store as
arguments, meaning that support for them could technically be removed if
we wanted. The only remaining uses of immutable references into the
store are `TokenStream` and `SourceFile`.
2022-08-06 15:49:43 -04:00
..
src proc_macro/bridge: send diagnostics over the bridge as a struct 2022-08-06 15:49:43 -04:00
build.rs Pass tidy checks 2022-07-21 13:37:41 +02:00
Cargo.toml Run proc macro expansion in a separate thread (for the thread-local interner) 2022-07-21 18:11:50 +02:00