<!-- Thank you for filing a bug report! 🐛 Please provide a short summary of the bug, along with any information you feel relevant to replicating the bug. --> I tried this code: ```rust 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? https://github.com/llvm/llvm-project/issues/82259 https://github.com/llvm/llvm-project/issues/54579