This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit d6656af
authored
Rollup merge of rust-lang#119107 - lcnr:uwuwu, r=compiler-errors
subtype_predicate: remove unnecessary probe
There is no reason to probe here. The failure either results in an actual type error, in which cases the probe is useless, or it is used inside of evaluate, in which case we're already inside of the `fn evaluation_probe`, so it is also not necessary.1 file changed
+3
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
717 | | - | |
718 | | - | |
719 | | - | |
720 | 716 | | |
721 | 717 | | |
722 | 718 | | |
| |||
1025 | 1021 | | |
1026 | 1022 | | |
1027 | 1023 | | |
1028 | | - | |
1029 | | - | |
1030 | | - | |
1031 | | - | |
1032 | | - | |
1033 | | - | |
| 1024 | + | |
| 1025 | + | |
1034 | 1026 | | |
1035 | | - | |
1036 | | - | |
| 1027 | + | |
1037 | 1028 | | |
1038 | 1029 | | |
1039 | 1030 | | |
| |||
0 commit comments