1
Fork 0
rust/compiler/rustc_infer/src
Matthias Krüger d6656af16a
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.
2023-12-20 09:46:13 +01:00
..
errors Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
infer Rollup merge of #119107 - lcnr:uwuwu, r=compiler-errors 2023-12-20 09:46:13 +01:00
traits update use of feature flags 2023-12-14 15:22:37 +01:00
lib.rs Use rustc_fluent_macro::fluent_messages! directly. 2023-11-26 08:38:40 +11:00