diff options
| author | bors <bors@rust-lang.org> | 2018-01-18 14:03:12 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-01-18 14:03:12 +0000 |
| commit | 3bd4af88bea2e6ecdd3455ed89b3ef1fc3500aa4 (patch) | |
| tree | 7932af7a8bee193a20ff42ba160c1297e4aedfb4 /src/bootstrap/doc.rs | |
| parent | 44afd76788df1a63fcd3fe19815eb28dbe9c2bf7 (diff) | |
| parent | 260653772a35d44ea474fc6d464432ac6f2a676f (diff) | |
| download | rust-3bd4af88bea2e6ecdd3455ed89b3ef1fc3500aa4.tar.gz rust-3bd4af88bea2e6ecdd3455ed89b3ef1fc3500aa4.zip | |
Auto merge of #47528 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 6 pull requests - Successful merges: #47250, #47313, #47398, #47468, #47471, #47520 - Failed merges:
Diffstat (limited to 'src/bootstrap/doc.rs')
| -rw-r--r-- | src/bootstrap/doc.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index 1a185889f43..9bf762a3b4b 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -419,8 +419,8 @@ impl Step for Standalone { #[derive(Debug, Copy, Clone, Hash, PartialEq, Eq)] pub struct Std { - stage: u32, - target: Interned<String>, + pub stage: u32, + pub target: Interned<String>, } impl Step for Std { |
