We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b44392 commit e7eda62Copy full SHA for e7eda62
src/bootstrap/lib.rs
@@ -181,7 +181,7 @@ struct Crate {
181
///
182
/// These entries currently correspond to the various output directories of the
183
/// build system, with each mod generating output in a different directory.
184
-#[derive(Clone, Copy)]
+#[derive(Clone, Copy, PartialEq)]
185
pub enum Mode {
186
/// This cargo is going to build the standard library, placing output in the
187
/// "stageN-std" directory.
0 commit comments