Rollup merge of #123496 - lcnr:wf-ping, r=compiler-errors
ping on wf changes, remove fixme extend core type system pings to `wf.rs` r? `@compiler-errors`
This commit is contained in:
commit
9cb517aede
2 changed files with 6 additions and 4 deletions
|
@ -714,8 +714,6 @@ impl<'a, 'tcx> TypeVisitor<TyCtxt<'tcx>> for WfPredicates<'a, 'tcx> {
|
|||
// perfect and there may be ways to abuse the fact that we
|
||||
// ignore requirements with escaping bound vars. That's a
|
||||
// more general issue however.
|
||||
//
|
||||
// FIXME(eddyb) add the type to `walker` instead of recursing.
|
||||
let fn_sig = tcx.fn_sig(did).instantiate(tcx, args);
|
||||
fn_sig.output().skip_binder().visit_with(self);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue