summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3701/two.rs
blob: 62ffc9d823dd8584da852fa5f6fa0829b7593ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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
) {
}