mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[GH-ISSUE #544] trust-dns-proto docs break #231
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#231
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bspeice on GitHub (Aug 5, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/544
I'm unable to build documentation for some of my projects because they pull in trust-dns-proto, and the documentation breaks:
Is it possible to un-break things? I was under the impression that
#![feature]flags require using a nightly compiler.@bluejekyll commented on GitHub (Aug 5, 2018):
To work around the nightly compiler errors, I use stable to generate docs, which works great:
cargo +stable docAs to this specific error, I haven’t looked into what would fix it on nightly.
@bspeice commented on GitHub (Aug 5, 2018):
I'm not using nightly, this is happening on stable. Specifically, when I include
actixin a project and re-runcargo docI get the error above.EDIT: Something went wrong in rustup, turns out I am in fact using the nightly compiler. Feel free to close if you want, I should've been on stable, but it may be worthwhile to leave this open to document that nightly docs break.
@bluejekyll commented on GitHub (Aug 5, 2018):
Oddly, this used to happen to me often. On nightly and stable, I'm not seeing issues, current nightly:
rustc 1.29.0-nightly (97085f9fb 2018-08-01)Not sure why I can't reproduce this right now.
@bspeice commented on GitHub (Aug 5, 2018):
I was on a 1.30 nightly if it makes any difference.
@bspeice commented on GitHub (Aug 11, 2018):
Re-tried with most recent 1.30 nightly, no longer an issue. Going to consider this closed.
@bluejekyll commented on GitHub (Aug 11, 2018):
Excellent. Thank you for following up!