-
Notifications
You must be signed in to change notification settings - Fork 898
/
issue-2672.rs
64 lines (59 loc) · 1.99 KB
/
issue-2672.rs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
fn main() {
fn test(
averylongname_asdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdsffffffffffffffffffffffffffffffffffffffffffffffff: i32,
) {
}
fn test(
shortname: i32,
averylongname_asdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdsffffffffffffffffffffffffffffffffffffffffffffffff: i32,
) {
}
let averylongname_asdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff =
0;
}
mod asdf {
fn test(
averylongname_asdfffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffdsffffffffffffffffffffffffffffffffffffffffffffffff: i32,
) {
}
}
impl Something {
fn my_function_name_is_way_to_long_but_used_as_a_case_study_or_an_example_its_fine()
-> Result<(), String> {
}
}
impl Something {
fn my_function_name()
-> HashMap<(String, String, (String, String)), (String, String, String, String)> {
}
}
mod A {
mod B {
mod C {
mod D {
mod E {
mod F {
mod G {
mod H {
mod I {
mod J {
mod K {
mod L {
mod M {
fn setup_happy_path()
-> Result<String, CustomTypeA>
{
}
}
}
}
}
}
}
}
}
}
}
}
}
}