We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffff7ff commit 43db2aaCopy full SHA for 43db2aa
cargo-miri/bin.rs
@@ -903,7 +903,7 @@ fn phase_rustdoc(fst_arg: &str, mut args: env::Args) {
903
show_error(format!("cross-interpreting doc-tests is not currently supported by Miri."));
904
}
905
906
- // Doc-tests of `proc-macro` crates (and their dependencies) are always built for the host,
+ // Doctests of `proc-macro` crates (and their dependencies) are always built for the host,
907
// so we are not able to run them in Miri.
908
if ArgFlagValueIter::new("--crate-type").any(|crate_type| crate_type == "proc-macro") {
909
eprintln!("Running doctests of `proc-macro` crates is not currently supported by Miri.");
0 commit comments