about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-12-20 09:46:13 +0100
committerGitHub <noreply@github.com>2023-12-20 09:46:13 +0100
commitd6656af16a47d7bd8b76d3b39da265c3587d8a12 (patch)
treeaa1224c39ab8de952792c9e90f4c4f0f32fb8354 /compiler/rustc_resolve/src
parent905879181375b0aeaf3ad1215519d85cc7ed1828 (diff)
parentdf5b604945276994ad662bd0fd34face0ad609eb (diff)
downloadrust-d6656af16a47d7bd8b76d3b39da265c3587d8a12.tar.gz
rust-d6656af16a47d7bd8b76d3b39da265c3587d8a12.zip
Rollup merge of #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.
Diffstat (limited to 'compiler/rustc_resolve/src')
0 files changed, 0 insertions, 0 deletions