]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-make-fulldeps/coverage-reports/expected_show_coverage.uses_crate.txt
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / run-make-fulldeps / coverage-reports / expected_show_coverage.uses_crate.txt
index e14e733fff6d4cbe55f76924985cb802434c4a49..bc2f673349a678569ca0d7cea802c13edbfa2550 100644 (file)
    18|      2|    println!("used_only_from_bin_crate_generic_function with {:?}", arg);
    19|      2|}
   ------------------
-  | used_crate::used_only_from_bin_crate_generic_function::<&str>:
+  | used_crate::used_only_from_bin_crate_generic_function::<&alloc::vec::Vec<i32>>:
   |   17|      1|pub fn used_only_from_bin_crate_generic_function<T: Debug>(arg: T) {
   |   18|      1|    println!("used_only_from_bin_crate_generic_function with {:?}", arg);
   |   19|      1|}
   ------------------
-  | used_crate::used_only_from_bin_crate_generic_function::<&alloc::vec::Vec<i32>>:
+  | used_crate::used_only_from_bin_crate_generic_function::<&str>:
   |   17|      1|pub fn used_only_from_bin_crate_generic_function<T: Debug>(arg: T) {
   |   18|      1|    println!("used_only_from_bin_crate_generic_function with {:?}", arg);
   |   19|      1|}
@@ -93,9 +93,6 @@
    59|      1|    used_only_from_this_lib_crate_generic_function(some_vec);
    60|      1|    used_only_from_this_lib_crate_generic_function("used ONLY from library used_crate.rs");
    61|      1|}
-  ------------------
-  | Unexecuted instantiation: used_crate::use_this_lib_crate
-  ------------------
    62|       |
    63|       |// FIXME(#79651): `used_from_bin_crate_and_lib_crate_generic_function()` is covered and executed
    64|       |// `2` times, but the coverage output also shows (at the bottom of the coverage report):