Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to build reqwest v0.11.15 doc #1788

Closed
NobodyXu opened this issue Mar 21, 2023 · 2 comments · Fixed by #1789
Closed

Failed to build reqwest v0.11.15 doc #1788

NobodyXu opened this issue Mar 21, 2023 · 2 comments · Fixed by #1789

Comments

@NobodyXu
Copy link
Contributor

From docs.rs:

[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting reqwest v0.11.15 (/opt/rustwide/workdir)
[INFO] [stderr] error: The `http3` feature is unstable, and requires the `RUSTFLAGS='--cfg reqwest_unstable'` environment variable to be set.
[INFO] [stderr]    --> src/lib.rs:223:1
[INFO] [stderr]     |
[INFO] [stderr] 223 | / compile_error!(
[INFO] [stderr] 224 | |     "\
[INFO] [stderr] 225 | |     The `http3` feature is unstable, and requires the \
[INFO] [stderr] 226 | |     `RUSTFLAGS='--cfg reqwest_unstable'` environment variable to be set.\
[INFO] [stderr] 227 | | "
[INFO] [stderr] 228 | | );
[INFO] [stderr]     | |_^
[INFO] [stderr] 
[INFO] [stderr] error: could not document `reqwest`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
NobodyXu added a commit to NobodyXu/reqwest that referenced this issue Mar 21, 2023
seanmonstar pushed a commit that referenced this issue Mar 21, 2023
@samueltardieu
Copy link

@seanmonstar Is a point release scheduled to fix the docs issue? All the doc links, for example in lab sessions, are unavailable right now.

@seanmonstar
Copy link
Owner

I just published 0.11.16 to trigger a new docs build.

Nutomic pushed a commit to Nutomic/reqwest that referenced this issue Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants