2016-08-01 04:25:00 +00:00
|
|
|
// Test overlong function signature
|
|
|
|
pub unsafe fn reborrow_mut(&mut X: Abcde) -> Handle<NodeRef<marker::Mut, K, V, NodeType>, HandleType> {
|
|
|
|
}
|
|
|
|
|
|
|
|
pub fn merge(mut X: Abcdef) -> Handle<NodeRef<marker::Mut<'a>, K, V, marker::Internal>, marker::Edge> {
|
|
|
|
}
|
|
|
|
|
|
|
|
impl Handle {
|
|
|
|
pub fn merge(a: Abcd) -> Handle<NodeRef<marker::Mut<'a>, K, V, marker::Internal>, marker::Edge> {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-11-01 06:33:55 +00:00
|
|
|
// Long function without return type that should not be reformatted.
|
2016-08-01 04:25:00 +00:00
|
|
|
fn veeeeeeeeeeeeeeeeeeeeery_long_name(a: FirstTypeeeeeeeeee, b: SecondTypeeeeeeeeeeeeeeeeeeeeeee) {}
|
|
|
|
|
|
|
|
fn veeeeeeeeeeeeeeeeeeeeeery_long_name(a: FirstTypeeeeeeeeee, b: SecondTypeeeeeeeeeeeeeeeeeeeeeee) {}
|
2017-05-25 13:55:33 +00:00
|
|
|
|
|
|
|
fn veeeeeeeeeeeeeeeeeeeeeeery_long_name(a: FirstTypeeeeeeeeee, b: SecondTypeeeeeeeeeeeeeeeeeeeeeee) {}
|