We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
register_predicate_obligation
1 parent bd0d533 commit 4d42de6Copy full SHA for 4d42de6
compiler/rustc_trait_selection/src/solve/fulfill.rs
@@ -41,6 +41,7 @@ impl<'tcx> FulfillmentCtxt<'tcx> {
41
}
42
43
impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
44
+ #[instrument(level = "debug", skip(self, _infcx))]
45
fn register_predicate_obligation(
46
&mut self,
47
infcx: &InferCtxt<'tcx>,
0 commit comments