Skip to content

Commit 835ed8a

Browse files
committed
---
yaml --- r: 3989 b: refs/heads/master c: 242ec22 h: refs/heads/master i: 3987: fa76a39 v: v3
1 parent 4d39588 commit 835ed8a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 07a68df3b73aeb56e3445b0f641b2e0c6b8ac22e
2+
refs/heads/master: 242ec22032f50a7919e0d02e168a3fe11e2cbc6a

trunk/src/comp/middle/trans_vec.rs

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ fn trans_concat(&@block_ctxt cx, &dest in_dest, &span sp, ty::t t,
122122
&@ast::expr lhs, &@ast::expr rhs) -> @block_ctxt {
123123
auto bcx = cx;
124124

125-
// TODO: Skip null if copying strings.
126125
// TODO: Detect "a = a + b" and promote to trans_append.
127126
// TODO: Detect "a + [ literal ]" and optimize to copying the literal
128127
// elements in directly.

0 commit comments

Comments
 (0)