mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
add instrument to register_predicate_obligation
This commit is contained in:
parent
bd0d533d23
commit
4d42de6d1b
@ -41,6 +41,7 @@ impl<'tcx> FulfillmentCtxt<'tcx> {
|
||||
}
|
||||
|
||||
impl<'tcx> TraitEngine<'tcx> for FulfillmentCtxt<'tcx> {
|
||||
#[instrument(level = "debug", skip(self, _infcx))]
|
||||
fn register_predicate_obligation(
|
||||
&mut self,
|
||||
infcx: &InferCtxt<'tcx>,
|
||||
|
Loading…
Reference in New Issue
Block a user