-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Cargo config doesn't work sometimes #15589
Copy link
Copy link
Open
Labels
C-bugCategory: bugCategory: bugCommand-rustdocS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.Z-host-configNightly: host-configNightly: host-configZ-target-applies-to-hostNightly: target-applies-to-hostNightly: target-applies-to-host
Metadata
Metadata
Assignees
Labels
C-bugCategory: bugCategory: bugCommand-rustdocS-triageStatus: This issue is waiting on initial triage.Status: This issue is waiting on initial triage.Z-host-configNightly: host-configNightly: host-configZ-target-applies-to-hostNightly: target-applies-to-hostNightly: target-applies-to-host
Type
Fields
Give feedbackNo fields configured for issues without a type.
Problem
When running this command on docs.rs to generate JSON output:
We instead get the HTML format. It happened only on two crates so far:
scsys-macros(version0.2.6) andscsys-derive(version0.2.6).When checking what arguments rustdoc received, I saw nothing coming from
--config, so I suspect the problem coming fromcargo.Steps
Possible Solution(s)
No response
Notes
No response
Version