Skip to content

Commit 8bde267

Browse files
committed
---
yaml --- r: 225999 b: refs/heads/stable c: 6eed166 h: refs/heads/master i: 225997: 7915a9f 225995: a6eb8c3 225991: 3859cec 225983: a0c6e67 v: v3
1 parent 87deb4f commit 8bde267

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ refs/heads/tmp: e5d90d98402475b6e154ce216f9efcb80da1a747
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: 1fe32ca12c51afcd761d9962f51a74ff0d07a591
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: d9148311451d38e831dcaa15548fb6ac6f6450b9
32+
refs/heads/stable: 6eed1662af4b72a829b65d7227bdcbdff1220be9
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375
3434
refs/tags/1.1.0: bc3c16f09287e5545c1d3f76b7abd54f2eca868b

branches/stable/src/librustc/middle/traits/util.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -301,12 +301,6 @@ pub fn fresh_type_vars_for_impl<'a, 'tcx>(infcx: &InferCtxt<'a, 'tcx>,
301301
infcx.fresh_substs_for_generics(span, &impl_generics)
302302
}
303303

304-
impl<'tcx, N> fmt::Debug for super::VtableClosureData<'tcx, N> {
305-
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
306-
write!(f, "VtableClosure({:?})", self.closure_def_id)
307-
}
308-
}
309-
310304
/// See `super::obligations_for_generics`
311305
pub fn predicates_for_generics<'tcx>(cause: ObligationCause<'tcx>,
312306
recursion_depth: usize,

0 commit comments

Comments
 (0)