Skip to content

Commit 4eb71c0

Browse files
committed
remove outdated comment
1 parent 30d5638 commit 4eb71c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)