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 47c7acb commit c7ae3cfCopy full SHA for c7ae3cf
[refs]
@@ -2,7 +2,7 @@
2
refs/heads/master: 5f13e9ccc2e3328d4cd8ca49f84e6840dd998346
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: f7a2371c176663d59062ec5158f39faecba45768
5
-refs/heads/try: ec960963c15d833d33559e3adef9da41d30399e4
+refs/heads/try: 6e883c730e0d6b07a8a94df30c681a292a031b18
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
branches/try/src/compiletest/common.rs
@@ -10,7 +10,7 @@
10
11
use core::prelude::*;
12
13
-#[deriving_eq]
+#[deriving(Eq)]
14
pub enum mode {
15
mode_compile_fail,
16
mode_run_fail,
0 commit comments