Skip to content

Commit 43db2aa

Browse files
author
hyd-dev
committed
Change "Doc-tests" in the comment to "Doctests"
1 parent ffff7ff commit 43db2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cargo-miri/bin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -903,7 +903,7 @@ fn phase_rustdoc(fst_arg: &str, mut args: env::Args) {
903903
show_error(format!("cross-interpreting doc-tests is not currently supported by Miri."));
904904
}
905905

906-
// Doc-tests of `proc-macro` crates (and their dependencies) are always built for the host,
906+
// Doctests 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") {
909909
eprintln!("Running doctests of `proc-macro` crates is not currently supported by Miri.");

0 commit comments

Comments
 (0)