-
-
Notifications
You must be signed in to change notification settings - Fork 3k
scrape-examples does not fingerprint correctly #10876
Copy link
Copy link
Closed
Labels
A-cachingArea: caching of dependencies, repositories, and build artifactsArea: caching of dependencies, repositories, and build artifactsC-bugCategory: bugCategory: bugZ-scrape-examplesNightly: rustdoc scrape examplesNightly: rustdoc scrape examples
Description
Activity
Metadata
Metadata
Assignees
Labels
A-cachingArea: caching of dependencies, repositories, and build artifactsArea: caching of dependencies, repositories, and build artifactsC-bugCategory: bugCategory: bugZ-scrape-examplesNightly: rustdoc scrape examplesNightly: rustdoc scrape examples
Problem
Running
cargo doctwice 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_basictest to runcargo docone 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