We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6142c73 commit f24408dCopy full SHA for f24408d
src/comp/middle/trans.rs
@@ -5069,9 +5069,11 @@ fn trans_lval(&@block_ctxt cx, &@ast::expr e) -> lval_result {
5069
}
5070
5071
case (_) {
5072
- cx.fcx.lcx.ccx.sess.span_unimpl(e.span,
5073
- "expr variant in trans_lval: "
5074
- + expr_to_str(e));
+ ret rec(res=trans_expr(cx, e),
+ is_mem=false,
+ generic=none,
5075
+ llobj=none,
5076
+ method_ty=none);
5077
5078
5079
0 commit comments