Skip to content

Commit ac8d1f0

Browse files
committed
---
yaml --- r: 213981 b: refs/heads/master c: 6eed166 h: refs/heads/master i: 213979: 8d11211 v: v3
1 parent 1e8e28d commit ac8d1f0

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d9148311451d38e831dcaa15548fb6ac6f6450b9
2+
refs/heads/master: 6eed1662af4b72a829b65d7227bdcbdff1220be9
33
refs/heads/snap-stage3: ba0e1cd8147d452c356aacb29fb87568ca26f111
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

trunk/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)