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 ec96096 commit 6e883c7Copy full SHA for 6e883c7
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