Skip to content

Commit 3ddbffe

Browse files
committed
---
yaml --- r: 3070 b: refs/heads/master c: f24408d h: refs/heads/master v: v3
1 parent 1b9c8fd commit 3ddbffe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 6142c731a031399efbdf9108086b6e93a668c783
2+
refs/heads/master: f24408d89a4135d355dbd54c9a58ea591779edfb

trunk/src/comp/middle/trans.rs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5069,9 +5069,11 @@ fn trans_lval(&@block_ctxt cx, &@ast::expr e) -> lval_result {
50695069
}
50705070
}
50715071
case (_) {
5072-
cx.fcx.lcx.ccx.sess.span_unimpl(e.span,
5073-
"expr variant in trans_lval: "
5074-
+ expr_to_str(e));
5072+
ret rec(res=trans_expr(cx, e),
5073+
is_mem=false,
5074+
generic=none,
5075+
llobj=none,
5076+
method_ty=none);
50755077
}
50765078
}
50775079
}

0 commit comments

Comments
 (0)