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 e73fc97 commit 1ba42b9Copy full SHA for 1ba42b9
src/bin/cargo-miri.rs
@@ -500,7 +500,7 @@ fn inside_cargo_rustc() {
500
/// be built like normal; target crates need to be built for or interpreted
501
/// by Miri.
502
///
503
- /// Currently, we detect this by checking for "--target=", which flag is
+ /// Currently, we detect this by checking for "--target=", which is
504
/// never set for host crates. This matches what rustc bootstrap does,
505
/// which hopefully makes it "reliable enough".
506
fn is_target_crate() -> bool {
0 commit comments