about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/source/issue-3701/one.rs
blob: 4e8518b6f18902071527ad59038a1b55d76ab13f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// rustfmt-style_edition: 2015

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) {
}