File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -431,7 +431,7 @@ impl Step for Rustdoc {
431
431
// the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool"
432
432
// rustdoc a different name.
433
433
let tool_rustdoc = builder. cargo_out ( build_compiler, Mode :: Tool , target)
434
- . join ( exe ( "rustdoc-tool-binary " , & target_compiler. host ) ) ;
434
+ . join ( exe ( "rustdoc_tool_binary " , & target_compiler. host ) ) ;
435
435
436
436
// don't create a stage0-sysroot/bin directory.
437
437
if target_compiler. stage > 0 {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["The Rust Project Developers"]
7
7
# the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool"
8
8
# rustdoc a different name.
9
9
[[bin ]]
10
- name = " rustdoc-tool-binary "
10
+ name = " rustdoc_tool_binary "
11
11
path = " main.rs"
12
12
13
13
[dependencies ]
You can’t perform that action at this time.
0 commit comments