add instrument to register_predicate_obligation
This commit is contained in:
parent
bd0d533d23
commit
4d42de6d1b
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ impl<'tcx> FulfillmentCtxt<'tcx> {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
|
impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
|
||||||
|
#[instrument(level = "debug", skip(self, _infcx))]
|
||||||
fn register_predicate_obligation(
|
fn register_predicate_obligation(
|
||||||
&mut self,
|
&mut self,
|
||||||
infcx: &InferCtxt<'tcx>,
|
infcx: &InferCtxt<'tcx>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue