File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/src/librustc/middle/trans Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: e5b0f1d132173dcd43d2896645ee27fc0cab86a2
4
+ refs/heads/snap-stage3: 62b6fa094378340574bf40543cdcd477f4dd1169
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -2266,7 +2266,7 @@ pub fn register_fn_fuller(ccx: @mut CrateContext,
2266
2266
sp: span,
2267
2267
sym: ~str ,
2268
2268
node_id: ast:: NodeId ,
2269
- node_type : ty:: t,
2269
+ _node_type : ty:: t,
2270
2270
cc: lib:: llvm:: CallConv ,
2271
2271
fn_ty: Type )
2272
2272
-> ValueRef {
You can’t perform that action at this time.
0 commit comments