Various simplifications after moving all bridge methods to a single type

This commit is contained in:
bjorn3 2026-01-22 18:28:51 +00:00
parent 2f44019470
commit 9481890143
6 changed files with 59 additions and 74 deletions

View file

@ -844,12 +844,6 @@ impl server::FreeFunctions for Rustc<'_, '_> {
}
}
impl server::TokenStream for Rustc<'_, '_> {}
impl server::Span for Rustc<'_, '_> {}
impl server::Symbol for Rustc<'_, '_> {}
impl server::Server for Rustc<'_, '_> {
fn globals(&mut self) -> ExpnGlobals<Self::Span> {
ExpnGlobals {