Skip to content

Commit 991cd92

Browse files
committed
---
yaml --- r: 213938 b: refs/heads/tmp c: 6eed166 h: refs/heads/master v: v3
1 parent 60673de commit 991cd92

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
@@ -32,7 +32,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3232
refs/heads/beta: e99b1404e9b3f60dc496a8eb0a6ce9fecc7ac583
3333
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3434
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
35-
refs/heads/tmp: d9148311451d38e831dcaa15548fb6ac6f6450b9
35+
refs/heads/tmp: 6eed1662af4b72a829b65d7227bdcbdff1220be9
3636
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3737
refs/tags/homu-tmp: d8a9570154dfbc4032cb3a6ba8b51c6256518dcd
3838
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/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)