You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo requires either -Zscrape-examples=all or -Zscrape-examples=examples; if you forget to pass a flag it will silently do nothing. This is a bad user experience, since it's not clear what's going wrong. Cargo should either give a hard error or default to all.
Problem
Cargo requires either
-Zscrape-examples=all
or-Zscrape-examples=examples
; if you forget to pass a flag it will silently do nothing. This is a bad user experience, since it's not clear what's going wrong. Cargo should either give a hard error or default toall
.Steps
cargo doc -Z rustdoc-scrape-examples
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: