mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
Merge commit 'ddf105b646
' into sync-from-ra
This commit is contained in:
parent
0816d49d83
commit
e41ab350d6
378 changed files with 14720 additions and 3111 deletions
13
crates/salsa/tests/parallel/main.rs
Normal file
13
crates/salsa/tests/parallel/main.rs
Normal file
|
@ -0,0 +1,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;
|
Loading…
Add table
Add a link
Reference in a new issue