about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorLukas Wirth <me@lukaswirth.dev>2025-08-02 08:46:15 +0200
committerLukas Wirth <me@lukaswirth.dev>2025-08-02 08:48:31 +0200
commit2f60cef412ab56b17c62f2ea44ce72094be8d947 (patch)
tree97f5ff67cac75582afc89ba5d526ef0c54e5b5ee /compiler/rustc_codegen_gcc
parentc23f07d8c56c51b5e634bda55daca2b073306340 (diff)
downloadrust-2f60cef412ab56b17c62f2ea44ce72094be8d947.tar.gz
rust-2f60cef412ab56b17c62f2ea44ce72094be8d947.zip
`Interner` arg to `EarlyBinder` does not affect auto traits
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.
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions