We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd025c3 commit 14d1e87Copy full SHA for 14d1e87
tests/run-make/coverage/uses_crate.rs
@@ -1,3 +1,6 @@
1
+// FIXME #110395
2
+// ignore-llvm-cov-show-diffs
3
+
4
#![allow(unused_assignments, unused_variables)]
5
// compile-flags: -C opt-level=3 # validates coverage now works with optimizations
6
extern crate used_crate;
tests/run-make/coverage/uses_inline_crate.rs
0 commit comments