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 2ce7970 commit 5ebad4cCopy full SHA for 5ebad4c
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: e0876fdfc1976f74526c486deb77523edbc216aa
+refs/heads/master: b053f0b5e68233f664d087f06fc5ebaec2f19f97
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
trunk/src/libsyntax/ext/deriving.rs
@@ -49,7 +49,7 @@ pub fn expand_deriving_eq(cx: ext_ctxt,
49
enum_definition,
50
item.ident));
51
}
52
- _ => result.push(copy *item) // XXX: Don't copy.
+ _ => ()
53
54
55
dvec::unwrap(move result)
0 commit comments