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 077fc6f commit 67c53acCopy full SHA for 67c53ac
[refs]
@@ -14,5 +14,5 @@ refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
14
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
15
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
16
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
17
-refs/heads/auto: ec960963c15d833d33559e3adef9da41d30399e4
+refs/heads/auto: 6e883c730e0d6b07a8a94df30c681a292a031b18
18
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
branches/auto/src/compiletest/common.rs
@@ -10,7 +10,7 @@
10
11
use core::prelude::*;
12
13
-#[deriving_eq]
+#[deriving(Eq)]
pub enum mode {
mode_compile_fail,
mode_run_fail,
0 commit comments