This was generated by AI during triage.
What to build
Add or harden a deterministic Rust core fixture that captures the current Cargo package, crate-root, feature, and cfg diagnostic baseline for the Cargo/cfg diagnostics hardening v1 slice.
This slice is evidence-first: it should make the current behavior explicit before any diagnostic taxonomy is expanded. The source decision is docs/benchmarks/2026-06-27-rust-cargo-feature-cfg-conditional-semantics-decision.md.
Acceptance criteria
Blocked by
None - can start immediately.
What to build
Add or harden a deterministic Rust core fixture that captures the current Cargo package, crate-root, feature, and cfg diagnostic baseline for the
Cargo/cfg diagnostics hardening v1slice.This slice is evidence-first: it should make the current behavior explicit before any diagnostic taxonomy is expanded. The source decision is
docs/benchmarks/2026-06-27-rust-cargo-feature-cfg-conditional-semantics-decision.md.Acceptance criteria
cfg(feature = "..."),cfg(target_os = "..."),cfg(test), andcfg_attr(...)examples.Blocked by
None - can start immediately.