debug!("paramenv={}paramenv={}paramenv={}paramenv={}")
This commit is contained in:
parent
7e0241c637
commit
68405fdc2e
4 changed files with 9 additions and 2 deletions
|
@ -353,6 +353,7 @@ impl<'tcx> Instance<'tcx> {
|
|||
def: ty::WithOptConstParam<DefId>,
|
||||
substs: SubstsRef<'tcx>,
|
||||
) -> Result<Option<Instance<'tcx>>, ErrorReported> {
|
||||
debug!("resolve_opt_const_arg: param_env={:?},substs={:?}", param_env, substs);
|
||||
// All regions in the result of this query are erased, so it's
|
||||
// fine to erase all of the input regions.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue