mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-02-02 09:46:06 +00:00
6 lines
136 B
Rust
6 lines
136 B
Rust
pub trait CompilerQueryContext: salsa::BaseQueryContext {
|
|
fn interner(&self) -> &Interner;
|
|
}
|
|
|
|
#[derive(Clone)]
|
|
pub struct Interner;
|