Skip to content

chore(deps): update compatible #15804

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

Merged
merged 1 commit into from
Aug 11, 2025
Merged

chore(deps): update compatible #15804

merged 1 commit into from
Aug 11, 2025

Conversation

epage
Copy link
Contributor

@epage epage commented Aug 4, 2025

What does this PR try to resolve?

Update dependencies except handlebars

Closes #15794

How to test and review this PR?

@rustbot
Copy link
Collaborator

rustbot commented Aug 4, 2025

r? @weihanglo

rustbot has assigned @weihanglo.
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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 4, 2025
@epage
Copy link
Contributor Author

epage commented Aug 4, 2025

error: unresolved link to `link-arg`
   --> crates/build-rs/src/output.rs:120:33
    |
120 | /// [`-C link-arg=FLAG` option][link-arg] to the compiler, but only when building
    |                                 ^^^^^^^^ no item named `link-arg` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
    = note: `-D rustdoc::broken-intra-doc-links` implied by `-D warnings`
    = help: to override `-D warnings` add `#[allow(rustdoc::broken_intra_doc_links)]`

error: unresolved link to `link-arg`
   --> crates/build-rs/src/output.rs:131:33
    |
131 | /// [`-C link-arg=FLAG` option][link-arg] to the compiler, but only when building
    |                                 ^^^^^^^^ no item named `link-arg` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: unresolved link to `link-arg`
   --> crates/build-rs/src/output.rs:142:33
    |
142 | /// [`-C link-arg=FLAG` option][link-arg] to the compiler, but only when building
    |                                 ^^^^^^^^ no item named `link-arg` in scope
    |
    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`

error: could not document `build-rs`
warning: build failed, waiting for other jobs to finish...

This didn't fail for me until I switched to +nightly and updated. Seems the introdoc link check is broken

@weihanglo weihanglo enabled auto-merge August 11, 2025 14:25
@weihanglo weihanglo added this pull request to the merge queue Aug 11, 2025
Merged via the queue into rust-lang:master with commit c710fc0 Aug 11, 2025
26 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Aug 11, 2025
@epage epage deleted the update branch August 11, 2025 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants