File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
ci/docker/x86_64-gnu-tools Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ status_check() {
88
88
# these tools are not required for beta to successfully branch
89
89
check_dispatch $1 nightly miri src/tools/miri
90
90
check_dispatch $1 nightly embedded-book src/doc/embedded-book
91
+ check_dispatch $1 nightly rustc-guide src/doc/rustc-guide
91
92
}
92
93
93
94
# If this PR is intended to update one of these tools, do not let the build pass
Original file line number Diff line number Diff line change 28
28
'@ryankurte @thejpster @therealprof'
29
29
),
30
30
'edition-guide' : '@ehuss @Centril @steveklabnik' ,
31
+ 'rustc-guide' : '@mark-i-m'
31
32
}
32
33
33
34
REPOS = {
41
42
'rust-by-example' : 'https://github.com/rust-lang/rust-by-example' ,
42
43
'embedded-book' : 'https://github.com/rust-embedded/book' ,
43
44
'edition-guide' : 'https://github.com/rust-lang-nursery/edition-guide' ,
45
+ 'rustc-guide' : 'https://github.com/rust-lang/rustc-guide' ,
44
46
}
45
47
46
48
You can’t perform that action at this time.
0 commit comments