mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
6 lines
145 B
Rust
6 lines
145 B
Rust
pub trait CompilerQueryContext: salsa::BaseQueryContext {
|
|
fn interner(&self) -> &Interner;
|
|
}
|
|
|
|
#[derive(Clone, Default)]
|
|
pub struct Interner;
|