Prepopulate opaques in canonical input
This commit is contained in:
parent
a2d7ffc635
commit
f3c9c21658
11 changed files with 243 additions and 81 deletions
|
@ -16,6 +16,7 @@ fn evaluate_obligation<'tcx>(
|
|||
tcx: TyCtxt<'tcx>,
|
||||
canonical_goal: CanonicalPredicateGoal<'tcx>,
|
||||
) -> Result<EvaluationResult, OverflowError> {
|
||||
assert!(!tcx.trait_solver_next());
|
||||
debug!("evaluate_obligation(canonical_goal={:#?})", canonical_goal);
|
||||
// HACK This bubble is required for this tests to pass:
|
||||
// impl-trait/issue99642.rs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue