no more Reveal :(
This commit is contained in:
@@ -155,7 +155,7 @@ fn resolve_associated_item<'tcx>(
|
||||
return Ok(None);
|
||||
}
|
||||
|
||||
let typing_env = typing_env.with_reveal_all_normalized(tcx);
|
||||
let typing_env = typing_env.with_post_analysis_normalized(tcx);
|
||||
let (infcx, param_env) = tcx.infer_ctxt().build_with_typing_env(typing_env);
|
||||
let args = rcvr_args.rebase_onto(tcx, trait_def_id, impl_data.args);
|
||||
let args = translate_args(
|
||||
|
||||
Reference in New Issue
Block a user