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 1464402 commit 4f536b1Copy full SHA for 4f536b1
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 826aeea007a99192c992688fb52ebc6530f715c7
+refs/heads/master: 31de69d0dd816fc0447df2e19d8935f68484ed64
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/libstd/io/process.rs
@@ -140,6 +140,7 @@ pub struct ProcessConfig<'a> {
140
}
141
142
/// The output of a finished process.
143
+#[deriving(Eq, TotalEq, Clone)]
144
pub struct ProcessOutput {
145
/// The status (exit code) of the process.
146
pub status: ProcessExit,
0 commit comments