Skip to content

Commit 9e139e1

Browse files
committed
Resolve rebase error
1 parent 000f4b2 commit 9e139e1

File tree

1 file changed

+0
-6
lines changed
  • compiler/rustc_privacy/src

1 file changed

+0
-6
lines changed

compiler/rustc_privacy/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -155,14 +155,8 @@ where
155155
ty.visit_with(self)
156156
}
157157
ty::ClauseKind::ConstEvaluatable(ct) => ct.visit_with(self),
158-
<<<<<<< HEAD
159158
ty::ClauseKind::WellFormed(term) => term.visit_with(self),
160-
ty::ClauseKind::UnstableImpl => todo!(), // TODO: maybe we need a visit with function here too?leFeature => todo!(), // TODO: maybe we need a visit with function here too?
161-
162-
=======
163-
ty::ClauseKind::WellFormed(arg) => arg.visit_with(self),
164159
ty::ClauseKind::UnstableFeature(_) => todo!(), // TODO: maybe we need a visit with function here too?
165-
>>>>>>> 4df12515651 (Add Symbol to UnstableFeature ClauseKind)
166160
}
167161
}
168162

0 commit comments

Comments
 (0)