salsa/examples/compiler/compiler.rs

6 lines
141 B
Rust

pub trait CompilerQueryContext: salsa::QueryContext {
fn interner(&self) -> &Interner;
}
#[derive(Clone, Default)]
pub struct Interner;