blob: 13209a40d0310ae402ea3da77bac5e216d939c75 (
plain)
1
2
3
4
5
6
7
|
// These modules contain `compile_fail` doc tests.
mod cannot_collect_filtermap_data;
mod cannot_zip_filtered_data;
mod cell_par_iter;
mod must_use;
mod no_send_par_iter;
mod rc_par_iter;
|