summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/salsa/tests/parallel/main.rs
blob: 31c0da1837570e58bd879f04b51b8c84dc8ab14b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
mod setup;

mod cancellation;
mod frozen;
mod independent;
mod parallel_cycle_all_recover;
mod parallel_cycle_mid_recover;
mod parallel_cycle_none_recover;
mod parallel_cycle_one_recovers;
mod race;
mod signal;
mod stress;
mod true_parallel;