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.
2 parents dc91c17 + e9212d1 commit 4f9e1dbCopy full SHA for 4f9e1db
src/bin/cargo-miri.rs
@@ -144,7 +144,8 @@ fn list_targets() -> impl Iterator<Item = cargo_metadata::Target> {
144
})
145
.unwrap_or_else(|| {
146
show_error(format!(
147
- "This seems to be a workspace, which is not supported by cargo-miri"
+ "this seems to be a workspace, which is not supported by `cargo miri`.\n\
148
+ Try to `cd` into the crate you want to test, and re-run `cargo miri` there."
149
))
150
});
151
let package = metadata.packages.remove(package_index);
0 commit comments