Skip to content

allow type-based search on foreign functions - #132123

Merged
bors merged 1 commit into
rust-lang:masterfrom
lolbinarycat:rustdoc-search-foreign-func
Oct 27, 2024
Merged

allow type-based search on foreign functions#132123
bors merged 1 commit into
rust-lang:masterfrom
lolbinarycat:rustdoc-search-foreign-func

Conversation

@lolbinarycat

Copy link
Copy Markdown
Contributor

fixes#131804

preferably will be merged after #129708, but that may take a while to be approved due to being a new feature, whereas this is definitely a bug, and should be fixed.

@rustbot

Copy link
Copy Markdown
Collaborator

r? @GuillaumeGomez

rustbot has assigned @GuillaumeGomez.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@rustbotrustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Oct 25, 2024
@rust-log-analyzer

This comment has been minimized.

@lolbinarycat
lolbinarycatforce-pushed the rustdoc-search-foreign-func branch from 89bbecd to 20b0345CompareOctober 25, 2024 01:17
@rust-log-analyzer

This comment has been minimized.

@lolbinarycat
lolbinarycatforce-pushed the rustdoc-search-foreign-func branch from 20b0345 to d62cbaaCompareOctober 25, 2024 15:38
@rust-log-analyzer

This comment has been minimized.

@lolbinarycat
lolbinarycatforce-pushed the rustdoc-search-foreign-func branch 3 times, most recently from 6c7720c to acc8555CompareOctober 25, 2024 17:18
@lolbinarycat
lolbinarycatforce-pushed the rustdoc-search-foreign-func branch from acc8555 to 09773b4CompareOctober 25, 2024 17:26
@notriddle

notriddle commented Oct 26, 2024

Copy link
Copy Markdown
Contributor

Ha, yeah, type-based search should definitely include FFI functions. Thanks!

r? notriddle

@bors r+ rollup

@bors

bors commented Oct 26, 2024

Copy link
Copy Markdown
Collaborator

📌 Commit 09773b4 has been approved by notriddle

It is now in the queue for this repository.

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Oct 26, 2024
workingjubilee added a commit to workingjubilee/rustc that referenced this pull request Oct 27, 2024
…n-func, r=notriddle
allow type-based search on foreign functions
fixesrust-lang#131804
preferably will be merged after rust-lang#129708, but that may take a while to be approved due to being a new feature, whereas this is definitely a bug, and should be fixed.
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 27, 2024
…kingjubilee
Rollup of 5 pull requests
Successful merges:
- rust-lang#132123 (allow type-based search on foreign functions)
- rust-lang#132170 (Add a Few Codegen Tests)
- rust-lang#132183 (Fix code HTML items making big blocks if too long)
- rust-lang#132192 (expand: Stop using artificial `ast::Item` for macros loaded from metadata)
- rust-lang#132205 (docs: Correctly link riscv32e from platform-support.md)
r? `@ghost`
`@rustbot` modify labels: rollup
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 27, 2024
…kingjubilee
Rollup of 4 pull requests
Successful merges:
- rust-lang#132123 (allow type-based search on foreign functions)
- rust-lang#132183 (Fix code HTML items making big blocks if too long)
- rust-lang#132192 (expand: Stop using artificial `ast::Item` for macros loaded from metadata)
- rust-lang#132205 (docs: Correctly link riscv32e from platform-support.md)
r? `@ghost`
`@rustbot` modify labels: rollup
@bors
bors merged commit 05f784c into rust-lang:masterOct 27, 2024
@rustbotrustbot added this to the 1.84.0 milestone Oct 27, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Oct 27, 2024
Rollup merge of rust-lang#132123 - lolbinarycat:rustdoc-search-foreign-func, r=notriddle
allow type-based search on foreign functions
fixesrust-lang#131804
preferably will be merged after rust-lang#129708, but that may take a while to be approved due to being a new feature, whereas this is definitely a bug, and should be fixed.
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

unable to perform type-based search on foreign functions

6 participants

@lolbinarycat@rustbot@rust-log-analyzer@notriddle@bors@GuillaumeGomez