parent
68a6e696f2
commit
23ca2b670e
@ -64,3 +64,6 @@ mod foo {
|
||||
pub(crate) fn init() {}
|
||||
|
||||
crate fn init() {}
|
||||
|
||||
// #2630
|
||||
fn make_map<T, F: (Fn(&T) -> String)>(records: &Vec<T>, key_fn: F) -> HashMap<String, usize> {}
|
||||
|
@ -105,3 +105,6 @@ mod foo {
|
||||
pub(crate) fn init() {}
|
||||
|
||||
crate fn init() {}
|
||||
|
||||
// #2630
|
||||
fn make_map<T, F: Fn(&T) -> String>(records: &Vec<T>, key_fn: F) -> HashMap<String, usize> {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user