summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3701/two.rs
blob: 8e15c58b8b259877d44478e173f122066e75119e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-version: Two

fn build_sorted_static_get_entry_names(
    mut entries: Vec<(u8, &'static str)>,
) -> (impl Fn(
    AlphabeticalTraversal,
    Box<dyn dirents_sink::Sink<AlphabeticalTraversal>>,
) -> BoxFuture<'static, Result<Box<dyn dirents_sink::Sealed>, Status>>
      + Send
      + Sync
      + 'static) {
}