mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +00:00
6 lines
141 B
Rust
6 lines
141 B
Rust
pub trait CompilerQueryContext: salsa::QueryContext {
|
|
fn interner(&self) -> &Interner;
|
|
}
|
|
|
|
#[derive(Clone, Default)]
|
|
pub struct Interner;
|