about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2022-10-29 14:18:02 +0200
committerGitHub <noreply@github.com>2022-10-29 14:18:02 +0200
commit07b5c6bdaa6ede0e450d01a5394c8ca8a19d254e (patch)
treec343ec8f7e0ad2aff53a901e4316a92ecf2c3561 /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent6dd64d38a3621d9702cbffeaf491ce17903d16b5 (diff)
parent4216caed31b56d1980812960b740af5d93de36b9 (diff)
downloadrust-07b5c6bdaa6ede0e450d01a5394c8ca8a19d254e.tar.gz
rust-07b5c6bdaa6ede0e450d01a5394c8ca8a19d254e.zip
Rollup merge of #103415 - compiler-errors:tiny-perf-increase-on-diagnostic, r=TaKO8Ki
filter candidates in pick probe for diagnostics

Fixes #103411, though also fine with closing this PR if my opinion (https://github.com/rust-lang/rust/issues/103411#issuecomment-1287900069) is shared that this doesn't need to  be fixed.

```
~/rust3$ time rustc +nightly ~/test.rs 2>/dev/null

real    0m4.853s
user    0m4.837s
sys     0m0.016s

~/rust3$ time rustc +rust3 ~/test.rs 2>/dev/null

real    0m0.193s
user    0m0.169s
sys     0m0.024s
```

Also fixes #103427.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions