Skip to content

Commit 6124b97

Browse files
committed
---
yaml --- r: 94096 b: refs/heads/try c: 74757af h: refs/heads/master v: v3
1 parent 60cf2ec commit 6124b97

File tree

11 files changed

+50
-488
lines changed

11 files changed

+50
-488
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d3e57dca68fde4effdda3e4ae2887aa535fcd6
5-
refs/heads/try: 6708c297a87a38a4120edfd6866767692c5e7a56
5+
refs/heads/try: 74757af096e4418d410b3099622ddcdb13e87568
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libextra/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ pub mod sort;
7070
pub mod dlist;
7171
pub mod treemap;
7272
pub mod btree;
73-
pub mod lru_cache;
7473

7574
// And ... other stuff
7675

branches/try/src/libextra/lru_cache.rs

Lines changed: 0 additions & 365 deletions
This file was deleted.

branches/try/src/librustc/middle/typeck/check/vtable.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ fn lookup_vtables(vcx: &VtableContext,
9494
location_info,
9595
type_param_defs.repr(vcx.tcx()),
9696
substs.repr(vcx.tcx()));
97+
let _i = indenter();
9798

9899
// We do this backwards for reasons discussed above.
99100
assert_eq!(substs.tps.len(), type_param_defs.len());

0 commit comments

Comments
 (0)