Skip to content

Commit 44afc76

Browse files
committed
docs(fingerprint): cargo-rustc extra flags do not affect the metadata
As the prior test updates show, RUSTFLAGS and extra-flags have the same behavior: they don't affect `-Cextra-filename` or `-Cmetadata`. I also verified this by code inspection. I'm not sure why the table says this.
1 parent fda267e commit 44afc76

File tree

1 file changed

+1
-1
lines changed
  • src/cargo/core/compiler/fingerprint

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/fingerprint/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//! -------------------------------------------|-------------|----------
6767
//! rustc | ✓ | ✓
6868
//! [`Profile`] | ✓ | ✓
69-
//! `cargo rustc` extra args | ✓ |
69+
//! `cargo rustc` extra args | ✓ |
7070
//! [`CompileMode`] | ✓ | ✓
7171
//! Target Name | ✓ | ✓
7272
//! `TargetKind` (bin/lib/etc.) | ✓ | ✓

0 commit comments

Comments
 (0)