remove outdated fixme
This commit is contained in:
parent
68fd593a22
commit
b40a64da4f
1 changed files with 0 additions and 1 deletions
|
@ -295,7 +295,6 @@ fn program_clauses_for_trait(tcx: TyCtxt<'_>, def_id: DefId) -> Clauses<'_> {
|
|||
}
|
||||
|
||||
fn program_clauses_for_impl(tcx: TyCtxt<'tcx>, def_id: DefId) -> Clauses<'tcx> {
|
||||
// FIXME: implement reservation impls.
|
||||
if let ty::ImplPolarity::Negative = tcx.impl_polarity(def_id) {
|
||||
return List::empty();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue