Skip to content

Commit c5327e0

Browse files
committed
---
yaml --- r: 15614 b: refs/heads/try c: 4eb71c0 h: refs/heads/master v: v3
1 parent b86fd03 commit c5327e0

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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: 30d563839eb496fcc20c333a3eda2cee16966534
5+
refs/heads/try: 4eb71c07c67ff4dacff40c74efeef744eb1b3de8
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,8 +1334,6 @@ mod collect {
13341334
let result_ty = if vec::len(variant.node.args) == 0u {
13351335
enum_ty
13361336
} else {
1337-
// As above, tell ast_ty_to_ty() that trans_ty_item_to_ty()
1338-
// should be called to resolve named types.
13391337
let rs = type_rscope(rp);
13401338
let args = variant.node.args.map { |va|
13411339
let arg_ty = ccx.to_ty(rs, va.ty);

0 commit comments

Comments
 (0)