File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
run-make-fulldeps/coverage-reports Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
}
22
22
23
23
bb2: {
24
- switchInt(move _2) -> [false: bb4, otherwise: bb3]; // scope 0 at /the/src/instrument_coverage.rs:12:9: 14:10
24
+ switchInt(move _2) -> [false: bb4, otherwise: bb3]; // scope 0 at /the/src/instrument_coverage.rs:12:12: 12:17
25
25
}
26
26
27
27
bb3: {
Original file line number Diff line number Diff line change 42
42
40| 2| println!("used_only_from_bin_crate_generic_function with {:?}", arg);
43
43
41| 2|}
44
44
------------------
45
- | used_inline_crate::used_only_from_bin_crate_generic_function::<&alloc::vec::Vec<i32> >:
45
+ | used_inline_crate::used_only_from_bin_crate_generic_function::<&str >:
46
46
| 39| 1|pub fn used_only_from_bin_crate_generic_function<T: Debug>(arg: T) {
47
47
| 40| 1| println!("used_only_from_bin_crate_generic_function with {:?}", arg);
48
48
| 41| 1|}
49
49
------------------
50
- | used_inline_crate::used_only_from_bin_crate_generic_function::<&str >:
50
+ | used_inline_crate::used_only_from_bin_crate_generic_function::<&alloc::vec::Vec<i32> >:
51
51
| 39| 1|pub fn used_only_from_bin_crate_generic_function<T: Debug>(arg: T) {
52
52
| 40| 1| println!("used_only_from_bin_crate_generic_function with {:?}", arg);
53
53
| 41| 1|}
61
61
46| 4| println!("used_only_from_this_lib_crate_generic_function with {:?}", arg);
62
62
47| 4|}
63
63
------------------
64
- | used_inline_crate::used_only_from_this_lib_crate_generic_function::<alloc::vec::Vec<i32> >:
64
+ | used_inline_crate::used_only_from_this_lib_crate_generic_function::<&str >:
65
65
| 45| 2|pub fn used_only_from_this_lib_crate_generic_function<T: Debug>(arg: T) {
66
66
| 46| 2| println!("used_only_from_this_lib_crate_generic_function with {:?}", arg);
67
67
| 47| 2|}
68
68
------------------
69
- | used_inline_crate::used_only_from_this_lib_crate_generic_function::<&str >:
69
+ | used_inline_crate::used_only_from_this_lib_crate_generic_function::<alloc::vec::Vec<i32> >:
70
70
| 45| 2|pub fn used_only_from_this_lib_crate_generic_function<T: Debug>(arg: T) {
71
71
| 46| 2| println!("used_only_from_this_lib_crate_generic_function with {:?}", arg);
72
72
| 47| 2|}
You can’t perform that action at this time.
0 commit comments