about summary refs log tree commit diff
path: root/src/tools/rustfmt/tests/target/style_edition/default.rs
blob: 17442df6c49af13af896f3417f98ca59eee8e516 (plain)
1
2
3
4
5
6
7
8
9
10
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) {
}