mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-04 18:40:57 +03:00
2f60cef412
Conceptually `EarlyBinder` does not contain an `Interner` so it shouldn't tell Rust it does via `PhantomData`. This is necessary for rust-analyzer as it stores `EarlyBinder`s in query results which require `Sync`, placing restrictions on our interner setup.