Skip to content

Treat other items as functions for the purpose of type-based search#131806

Merged
bors merged 1 commit intorust-lang:masterfrom
lolbinarycat:rustdoc-search-all-is-func
Jan 17, 2025
Merged

Treat other items as functions for the purpose of type-based search#131806
bors merged 1 commit intorust-lang:masterfrom
lolbinarycat:rustdoc-search-all-is-func

Conversation

@lolbinarycat
Copy link
Copy Markdown
Contributor

specifically, constants and statics are nullary functions, and struct fields are unary functions.

fixes #130204

r? @notriddle

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-rustdoc-search Area: Rustdoc's search feature S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-rustdoc-frontend Relevant to the rustdoc-frontend team, which will review and decide on the web UI/UX output.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustdoc search: find types containing some other type

9 participants