about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorJason Newcomb <jsnewcomb@pm.me>2025-05-07 15:24:46 +0000
committerGitHub <noreply@github.com>2025-05-07 15:24:46 +0000
commit34cd9486c93fa5d046967f499755909e46569a9b (patch)
treee81da6f66b235fdceae2dc3ece18c424d1299775 /compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp
parentca6281628e147ba1d664b3ddee6e3a339f627f9d (diff)
parent772ea35935c8201abaa8c21387c9eda323d9184f (diff)
downloadrust-34cd9486c93fa5d046967f499755909e46569a9b.tar.gz
rust-34cd9486c93fa5d046967f499755909e46569a9b.zip
Fix diagnostic paths printed by dogfood test (#14746)
Where you would previously see

```
error: some lint
   --> src/lib.rs:1:2
```

it will now print

```
error: some lint
   --> clippy_lints/src/lib.rs:1:2
```

Ensuring you can click the link in the terminal

A workaround for us not being in a workspace

changelog: none
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions