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 7d68ceb commit 2b5c9f2Copy full SHA for 2b5c9f2
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 71478f9ce3b5a7b3ef8cee9f9b2c77ff21e1ae9f
+refs/heads/master: c95c7c87b1c5e388575b5abc3c28007fc785bee3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/src/libcore/dvec.rs
@@ -180,10 +180,8 @@ impl<A> DVec<A> {
180
data <-> self.data;
181
let data_ptr: *() = cast::reinterpret_cast(&data);
182
if data_ptr.is_null() { fail ~"Recursive use of dvec"; }
183
- log(error, ~"a");
184
self.data = move ~[move t];
185
self.data.push_all_move(move data);
186
- log(error, ~"b");
187
}
188
189
0 commit comments