debug!("paramenv={}paramenv={}paramenv={}paramenv={}")
This commit is contained in:
parent
7e0241c637
commit
68405fdc2e
4 changed files with 9 additions and 2 deletions
|
@ -228,6 +228,7 @@ impl<'infcx, 'tcx> InferCtxt<'infcx, 'tcx> {
|
|||
ct: &'tcx ty::Const<'tcx>,
|
||||
vid_is_expected: bool,
|
||||
) -> RelateResult<'tcx, &'tcx ty::Const<'tcx>> {
|
||||
debug!("unify_const_variable: param_env={:?}", param_env);
|
||||
let (for_universe, span) = {
|
||||
let mut inner = self.inner.borrow_mut();
|
||||
let variable_table = &mut inner.const_unification_table();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue