scrape-examples does not fingerprint correctly #10876
Labels
A-caching
Area: caching of dependencies, repositories, and build artifacts
C-bug
Category: bug
Z-scrape-examples
Nightly: rustdoc scrape examples
Problem
Running
cargo doc
twice with-Zrustdoc-scrape-examples
, the second run should not do anything. However, it is running rustdoc again to scrape the examples.Steps
Changing the
scrape_examples_basic
test to runcargo doc
one more time should not execute anything. However, it is redoing the scrape.Possible Solution(s)
I have not looked, but I suspect the fingerprinting of Docscrape units isn't working.
Notes
No response
Version
The text was updated successfully, but these errors were encountered: