about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/issue-3701/one.rs
blob: b154724d3410010e97e3cb1b4887ef6e387aa6b1 (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) {
}