-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
rustdoc: tracking issue for pointer
and reference
in intra-doc links
#80896
Comments
pointer
intra-doc target behind a feature gatepointer
and reference
in intra-doc links
Feature-gate `pointer` and `reference` in intra-doc links r? `@camelid` Addresses (but does not close) rust-lang#80896.
Getting an error on nightly from this that originates in stdlib. Not sure if this needs special-casing, a feature gate added to
This is the line that the error traces to. |
cc @jyn514 see above. It looks like you're the one that gated this. |
Looks like this was noticed before I commented. The issue for it is #82284. |
Given that #62834 allowed the applied type |
Perhaps, but I imagine that linking to |
minor: Don't use unstable `pointer` link Our CI is failing because rustdoc is complaining we're using [unstable](rust-lang/rust#80896) `pointer` link.
We may want to put other targets behind the feature gate too, but we at least
want to get
pointer
behind one before #80181 hits beta.See the discussion on Zulip for more.
cc @jyn514
The text was updated successfully, but these errors were encountered: