We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
push_trait_bound_inner
1 parent c672773 commit 7f3c831Copy full SHA for 7f3c831
compiler/rustc_hir_analysis/src/bounds.rs
@@ -43,16 +43,6 @@ impl<'tcx> Bounds<'tcx> {
43
trait_ref: ty::PolyTraitRef<'tcx>,
44
span: Span,
45
polarity: ty::PredicatePolarity,
46
- ) {
47
- self.push_trait_bound_inner(tcx, trait_ref, span, polarity);
48
- }
49
-
50
- fn push_trait_bound_inner(
51
- &mut self,
52
- tcx: TyCtxt<'tcx>,
53
- trait_ref: ty::PolyTraitRef<'tcx>,
54
- span: Span,
55
- polarity: ty::PredicatePolarity,
56
) {
57
let clause = (
58
trait_ref
0 commit comments