Issue |
143541
|
Summary |
Source code not covered when rust code is across multiple lines
|
Labels |
new issue
|
Assignees |
|
Reporter |
Ryang20718
|
<!--
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.
```
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs