summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/salsa/tests/incremental/main.rs
blob: bcd13c75f7157d162135431297fdfe21f9b67523 (plain)
1
2
3
4
5
6
7
8
9
mod constants;
mod counter;
mod implementation;
mod log;
mod memoized_dep_inputs;
mod memoized_inputs;
mod memoized_volatile;

fn main() {}