File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -900,7 +900,7 @@ fn phase_rustdoc(fst_arg: &str, mut args: env::Args) {
900
900
}
901
901
902
902
if crossmode {
903
- show_error ( format ! ( "cross-interpreting doc-tests is not currently supported by Miri." ) ) ;
903
+ show_error ( format ! ( "cross-interpreting doctests is not currently supported by Miri." ) ) ;
904
904
}
905
905
906
906
// Doctests of `proc-macro` crates (and their dependencies) are always built for the host,
@@ -910,7 +910,7 @@ fn phase_rustdoc(fst_arg: &str, mut args: env::Args) {
910
910
return ;
911
911
}
912
912
913
- // For each doc-test , rustdoc starts two child processes: first the test is compiled,
913
+ // For each doctest , rustdoc starts two child processes: first the test is compiled,
914
914
// then the produced executable is invoked. We want to reroute both of these to cargo-miri,
915
915
// such that the first time we'll enter phase_cargo_rustc, and phase_cargo_runner second.
916
916
//
You can’t perform that action at this time.
0 commit comments