Skip to content

Commit 6db7ac6

Browse files
committed
ping on wf changes, remove fixme
1 parent d009f60 commit 6db7ac6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

compiler/rustc_trait_selection/src/traits/wf.rs

-2
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,6 @@ impl<'a, 'tcx> TypeVisitor<TyCtxt<'tcx>> for WfPredicates<'a, 'tcx> {
714714
// perfect and there may be ways to abuse the fact that we
715715
// ignore requirements with escaping bound vars. That's a
716716
// more general issue however.
717-
//
718-
// FIXME(eddyb) add the type to `walker` instead of recursing.
719717
let fn_sig = tcx.fn_sig(did).instantiate(tcx, args);
720718
fn_sig.output().skip_binder().visit_with(self);
721719

triagebot.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -469,11 +469,11 @@ message = "Some changes occurred in need_type_info.rs"
469469
cc = ["@lcnr"]
470470

471471
[mentions."compiler/rustc_middle/src/ty/relate.rs"]
472-
message = "Type relation code was changed"
472+
message = "changes to the core type system"
473473
cc = ["@compiler-errors", "@lcnr"]
474474

475475
[mentions."compiler/rustc_infer/src/infer/relate"]
476-
message = "Type relation code was changed"
476+
message = "changes to the core type system"
477477
cc = ["@compiler-errors", "@lcnr"]
478478

479479
[mentions."compiler/rustc_middle/src/mir/interpret"]
@@ -484,6 +484,10 @@ cc = ["@rust-lang/miri"]
484484
message = "Some changes occurred to MIR optimizations"
485485
cc = ["@rust-lang/wg-mir-opt"]
486486

487+
[mentions."compiler/rustc_trait_selection/src/traits/wf.rs"]
488+
message = "changes to the core type system"
489+
cc = ["@compiler-errors", "@lcnr"]
490+
487491
[mentions."compiler/rustc_trait_selection/src/traits/const_evaluatable.rs"]
488492
message = "Some changes occurred in `const_evaluatable.rs`"
489493
cc = ["@BoxyUwU"]

0 commit comments

Comments
 (0)