Skip to content

Commit e7eda62

Browse files
committed
Fixups of backports
1 parent 7b44392 commit e7eda62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ struct Crate {
181181
///
182182
/// These entries currently correspond to the various output directories of the
183183
/// build system, with each mod generating output in a different directory.
184-
#[derive(Clone, Copy)]
184+
#[derive(Clone, Copy, PartialEq)]
185185
pub enum Mode {
186186
/// This cargo is going to build the standard library, placing output in the
187187
/// "stageN-std" directory.

0 commit comments

Comments
 (0)