Skip to content

Commit 773eb1e

Browse files
author
hyd-dev
committed
"doc-tests" -> "doctests"
1 parent f42a6d1 commit 773eb1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cargo-miri/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ fn phase_rustdoc(fst_arg: &str, mut args: env::Args) {
906906
// Doc-tests of `proc-macro` crates (and their dependencies) are always built for the host,
907907
// so we are not able to run them in Miri.
908908
if ArgFlagValueIter::new("--crate-type").any(|crate_type| crate_type == "proc-macro") {
909-
eprintln!("Running doc-tests of `proc-macro` crates is not currently supported by Miri.");
909+
eprintln!("Running doctests of `proc-macro` crates is not currently supported by Miri.");
910910
return;
911911
}
912912

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Running doc-tests of `proc-macro` crates is not currently supported by Miri.
1+
Running doctests of `proc-macro` crates is not currently supported by Miri.

0 commit comments

Comments
 (0)