Files
rust/compiler
Guillaume Gomez 07b5c6bdaa 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.
2022-10-29 14:18:02 +02:00
..
2022-10-26 19:19:44 +00:00
2022-10-23 10:09:44 +02:00
2022-10-27 22:29:16 +01:00
2022-09-29 16:49:04 +09:00
2022-10-23 10:09:44 +02:00
2022-09-26 10:14:45 +02:00