-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Function types have no primitive page in docs #17104
Comments
@alexcrichton @huonw how do I make this happen? is this another 'dummy module' thing? |
It would likely require modifying code somewhere around here and adding a dummy (private) module or declaring another one as |
Triage: no change |
Adding a page for function pointers as a whole (under some general name cc @rust-lang/docs: What do we want to display for documentation on function pointers as a whole? I have a short blurb that mainly just links to the |
Line 884 in eba9d7f
|
On second thought, i'll just upload what i have and let that discussion happen there. The PR to add this is #43529. |
@petrochenkov I stand corrected. I'll start working that in, then. Thanks! |
add documentation for function pointers as a primitive This PR adds a new kind of primitive to the standard library documentation: Function pointers. It's useful to be able to discuss them separately from closure-trait-objects, and to have something to point to when discussing function pointers as a *type* and not a *trait*. Fixes #17104
…rsion-of-node-in-metrics-yml, r=lnicola fix: usage of `deprecated` version of `Node.js` fixes rust-lang#17103.
…rsion-of-node-in-metrics-yml, r=lnicola fix: usage of `deprecated` version of `Node.js` fixes rust-lang#17103.
Similar to #15318 and #15654
The text was updated successfully, but these errors were encountered: