Skip to content

Commit 242ec22

Browse files
committed
rustc: Remove obsolete TODO
1 parent 07a68df commit 242ec22

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)