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 2121 }
2222
2323 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
2525 }
2626
2727 bb3: {
Original file line number Diff line number Diff line change 4242 40| 2| println!("used_only_from_bin_crate_generic_function with {:?}", arg);
4343 41| 2|}
4444 ------------------
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 >:
4646 | 39| 1|pub fn used_only_from_bin_crate_generic_function<T: Debug>(arg: T) {
4747 | 40| 1| println!("used_only_from_bin_crate_generic_function with {:?}", arg);
4848 | 41| 1|}
4949 ------------------
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> >:
5151 | 39| 1|pub fn used_only_from_bin_crate_generic_function<T: Debug>(arg: T) {
5252 | 40| 1| println!("used_only_from_bin_crate_generic_function with {:?}", arg);
5353 | 41| 1|}
6161 46| 4| println!("used_only_from_this_lib_crate_generic_function with {:?}", arg);
6262 47| 4|}
6363 ------------------
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 >:
6565 | 45| 2|pub fn used_only_from_this_lib_crate_generic_function<T: Debug>(arg: T) {
6666 | 46| 2| println!("used_only_from_this_lib_crate_generic_function with {:?}", arg);
6767 | 47| 2|}
6868 ------------------
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> >:
7070 | 45| 2|pub fn used_only_from_this_lib_crate_generic_function<T: Debug>(arg: T) {
7171 | 46| 2| println!("used_only_from_this_lib_crate_generic_function with {:?}", arg);
7272 | 47| 2|}
You can’t perform that action at this time.
0 commit comments