Skip to content

Commit d916bbd

Browse files
committed
---
yaml --- r: 15615 b: refs/heads/try c: 7113a2c h: refs/heads/master i: 15613: b86fd03 15611: 3d77639 15607: 30c6f24 15599: e7664bb 15583: 62455ac 15551: a4aed2a 15487: cb95821 15359: ad8f93b v: v3
1 parent c5327e0 commit d916bbd

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 4eb71c07c67ff4dacff40c74efeef744eb1b3de8
5+
refs/heads/try: 7113a2c30b4ba5e7105879f6b5d683813eebc722
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/src/rustc/middle/typeck.rs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1299,16 +1299,6 @@ fn replace_self_region(tcx: ty::ctxt, with_region: ty::region,
12991299
}
13001300
}
13011301

1302-
fn instantiate_bound_regions(tcx: ty::ctxt, region: ty::region, &&ty: ty::t)
1303-
-> ty::t {
1304-
ty::fold_region(tcx, ty) {|r, _under_rptr|
1305-
alt r {
1306-
ty::re_bound(_) { region }
1307-
_ { r }
1308-
}
1309-
}
1310-
}
1311-
13121302
// Item collection - a pair of bootstrap passes:
13131303
//
13141304
// (1) Collect the IDs of all type items (typedefs) and store them in a table.

0 commit comments

Comments
 (0)