diff options
| author | Michael Goulet <michael@errs.io> | 2024-11-01 18:49:08 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-11-03 18:59:41 +0000 |
| commit | 6b96103bf3b0746e443f9bb86b532be2c536113a (patch) | |
| tree | 5fc89f65d57999f75879df2ea0268c05aece17d9 /compiler/rustc_hir_analysis/src/impl_wf_check | |
| parent | 0b5ddf30ebb097d0c46975cfb2a9ee9b04805af2 (diff) | |
| download | rust-6b96103bf3b0746e443f9bb86b532be2c536113a.tar.gz rust-6b96103bf3b0746e443f9bb86b532be2c536113a.zip | |
Rename the FIXMEs, remove a few that dont matter anymore
Diffstat (limited to 'compiler/rustc_hir_analysis/src/impl_wf_check')
| -rw-r--r-- | compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs b/compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs index b0c9aed5d85..34effd199f1 100644 --- a/compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs +++ b/compiler/rustc_hir_analysis/src/impl_wf_check/min_specialization.rs @@ -459,7 +459,7 @@ fn trait_predicates_eq<'tcx>( predicate1: ty::Predicate<'tcx>, predicate2: ty::Predicate<'tcx>, ) -> bool { - // FIXME(effects) + // FIXME(const_trait_impl) predicate1 == predicate2 } |
