Open
Description
I tried this code:
log::info!(
"hello world {} 12323123123123123123123123123123123123123123123123",
"Testing"
);
I expected all lines to be covered. However, only the first line is covered
log::info!(
All other lines are not covered
Version
LLVM (http://llvm.org/):
LLVM version 19.1.7-rust-1.86.0-stable
Optimized build.
might be related?