Skip to content

[do not merge] testing #142094

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

[do not merge] testing #142094

wants to merge 1 commit into from

Conversation

ChrisDenton
Copy link
Member

@ChrisDenton ChrisDenton commented Jun 5, 2025

// try-job: aarch64-apple
try-job: x86_64-msvc-1
//try-job: x86_64-apple-1
try-job: aarch64-gnu

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 5, 2025
@ChrisDenton
Copy link
Member Author

@bors2 try jobs=aarch64-apple

@rust-bors
Copy link

rust-bors bot commented Jun 5, 2025

⌛ Trying commit 756ba05 with merge d33bb05

To cancel the try build, run the command @bors2 try cancel.

rust-bors bot added a commit that referenced this pull request Jun 5, 2025
[do not merge] testing

try-job: aarch64-apple
@rust-bors
Copy link

rust-bors bot commented Jun 5, 2025

💔 Test failed

@ChrisDenton ChrisDenton removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Jun 5, 2025
@ChrisDenton ChrisDenton closed this Jun 5, 2025
@ChrisDenton ChrisDenton deleted the test branch June 5, 2025 21:03
@ChrisDenton ChrisDenton restored the test branch June 6, 2025 08:02
@ChrisDenton

This comment was marked as outdated.

@ChrisDenton ChrisDenton reopened this Jun 6, 2025
@ChrisDenton
Copy link
Member Author

@bors try

bors added a commit that referenced this pull request Jun 6, 2025
[do not merge] testing

try-job: aarch64-apple
@bors
Copy link
Collaborator

bors commented Jun 6, 2025

⌛ Trying commit 756ba05 with merge dd384a3...

@rust-log-analyzer
Copy link
Collaborator

The job aarch64-apple failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
Updating files:  98% (52856/53934)
Updating files:  99% (53395/53934)
Updating files: 100% (53934/53934)
Updating files: 100% (53934/53934), done.
Switched to a new branch 'try'
branch 'try' set up to track 'origin/try'.
##[endgroup]
[command]/opt/homebrew/bin/git log -1 --format=%H
dd384a3b8d0896799e53d84c12fdbe8b0b620ae7
##[group]Run src/ci/scripts/setup-environment.sh
src/ci/scripts/setup-environment.sh
---
file:.git/config remote.origin.url=https://github.com/rust-lang/rust
file:.git/config remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
file:.git/config gc.auto=0
file:.git/config http.https://github.com/.extraheader=AUTHORIZATION: basic ***
file:.git/config branch.try.remote=origin
file:.git/config branch.try.merge=refs/heads/try
file:.git/config submodule.library/backtrace.active=true
file:.git/config submodule.library/backtrace.url=https://github.com/rust-lang/backtrace-rs.git
file:.git/config submodule.library/stdarch.active=true
file:.git/config submodule.library/stdarch.url=https://github.com/rust-lang/stdarch.git
file:.git/config submodule.src/doc/book.active=true
---
   |
38 | extern crate rustc_abi;
   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_ast`
  --> src/librustdoc/lib.rs:39:1
   |
39 | extern crate rustc_ast;
   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_ast_pretty`
  --> src/librustdoc/lib.rs:40:1
   |
40 | extern crate rustc_ast_pretty;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_attr_data_structures`
  --> src/librustdoc/lib.rs:41:1
   |
41 | extern crate rustc_attr_data_structures;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_attr_parsing`
  --> src/librustdoc/lib.rs:42:1
   |
42 | extern crate rustc_attr_parsing;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_data_structures`
  --> src/librustdoc/lib.rs:43:1
   |
43 | extern crate rustc_data_structures;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_driver`
  --> src/librustdoc/lib.rs:44:1
   |
44 | extern crate rustc_driver;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_errors`
  --> src/librustdoc/lib.rs:45:1
   |
45 | extern crate rustc_errors;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_expand`
  --> src/librustdoc/lib.rs:46:1
   |
46 | extern crate rustc_expand;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_feature`
  --> src/librustdoc/lib.rs:47:1
   |
47 | extern crate rustc_feature;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_hir`
  --> src/librustdoc/lib.rs:48:1
   |
48 | extern crate rustc_hir;
   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_hir_analysis`
  --> src/librustdoc/lib.rs:49:1
   |
49 | extern crate rustc_hir_analysis;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_hir_pretty`
  --> src/librustdoc/lib.rs:50:1
   |
50 | extern crate rustc_hir_pretty;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_index`
  --> src/librustdoc/lib.rs:51:1
   |
51 | extern crate rustc_index;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_infer`
  --> src/librustdoc/lib.rs:52:1
   |
52 | extern crate rustc_infer;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_interface`
  --> src/librustdoc/lib.rs:53:1
   |
53 | extern crate rustc_interface;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_lexer`
  --> src/librustdoc/lib.rs:54:1
   |
54 | extern crate rustc_lexer;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_lint`
  --> src/librustdoc/lib.rs:55:1
   |
55 | extern crate rustc_lint;
   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_lint_defs`
  --> src/librustdoc/lib.rs:56:1
   |
56 | extern crate rustc_lint_defs;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_log`
  --> src/librustdoc/lib.rs:57:1
   |
57 | extern crate rustc_log;
   | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_macros`
  --> src/librustdoc/lib.rs:58:1
   |
58 | extern crate rustc_macros;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_metadata`
  --> src/librustdoc/lib.rs:59:1
   |
59 | extern crate rustc_metadata;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_middle`
  --> src/librustdoc/lib.rs:60:1
   |
60 | extern crate rustc_middle;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_parse`
  --> src/librustdoc/lib.rs:61:1
   |
61 | extern crate rustc_parse;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_passes`
  --> src/librustdoc/lib.rs:62:1
   |
62 | extern crate rustc_passes;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_resolve`
  --> src/librustdoc/lib.rs:63:1
   |
63 | extern crate rustc_resolve;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_serialize`
  --> src/librustdoc/lib.rs:64:1
   |
64 | extern crate rustc_serialize;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_session`
  --> src/librustdoc/lib.rs:65:1
   |
65 | extern crate rustc_session;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_span`
  --> src/librustdoc/lib.rs:66:1
   |
66 | extern crate rustc_span;
   | ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_target`
  --> src/librustdoc/lib.rs:67:1
   |
67 | extern crate rustc_target;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0463]: can't find crate for `rustc_trait_selection`
  --> src/librustdoc/lib.rs:68:1
   |
68 | extern crate rustc_trait_selection;
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
   |
   = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview`

error[E0432]: unresolved imports `crate::lint::BROKEN_INTRA_DOC_LINKS`, `crate::lint::PRIVATE_INTRA_DOC_LINKS`
  --> src/librustdoc/passes/collect_intra_doc_links.rs:37:19
   |
37 | use crate::lint::{BROKEN_INTRA_DOC_LINKS, PRIVATE_INTRA_DOC_LINKS};
   |                   ^^^^^^^^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^^^^^^^^ no `PRIVATE_INTRA_DOC_LINKS` in `lint`
   |                   |
   |                   no `BROKEN_INTRA_DOC_LINKS` in `lint`

error[E0408]: variable `AssocFn` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `AssocFn`
504 |             | AssocFn
    |               ------- variable not in all patterns
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `AssocFn`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `AssocFn`
---
    |               ^^^^^^^^^ pattern doesn't bind `AssocFn`
518 |             | TraitAlias),
    |               ^^^^^^^^^^ pattern doesn't bind `AssocFn`
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::AssocFn`
   --> src/librustdoc/clean/utils.rs:504:15
    |
504 |             | AssocFn
    |               ^^^^^^^

error[E0408]: variable `AssocConst` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `AssocConst`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `AssocConst`
505 |             | AssocConst
    |               ---------- variable not in all patterns
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `AssocConst`
507 |             | Fn
    |               ^^ pattern doesn't bind `AssocConst`
---

error[E0408]: variable `Variant` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Variant`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Variant`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Variant`
506 |             | Variant
    |               ------- variable not in all patterns
507 |             | Fn
    |               ^^ pattern doesn't bind `Variant`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Variant`
---

error[E0408]: variable `Fn` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Fn`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Fn`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Fn`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Fn`
507 |             | Fn
    |               -- variable not in all patterns
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Fn`
509 |             | Enum
---
    |
507 |             | crate::clean::PrimitiveType::Fn
    |               +++++++++++++++++++++++++++++

error[E0408]: variable `TyAlias` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `TyAlias`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `TyAlias`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `TyAlias`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `TyAlias`
507 |             | Fn
    |               ^^ pattern doesn't bind `TyAlias`
508 |             | TyAlias
    |               ------- variable not in all patterns
509 |             | Enum
---
    |               ^^^^^^^^^ pattern doesn't bind `TyAlias`
518 |             | TraitAlias),
    |               ^^^^^^^^^^ pattern doesn't bind `TyAlias`
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::TyAlias`
   --> src/librustdoc/clean/utils.rs:508:15
    |
508 |             | TyAlias
    |               ^^^^^^^

error[E0408]: variable `Enum` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Enum`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Enum`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Enum`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Enum`
507 |             | Fn
    |               ^^ pattern doesn't bind `Enum`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Enum`
509 |             | Enum
---

error[E0408]: variable `Trait` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Trait`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Trait`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Trait`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Trait`
507 |             | Fn
    |               ^^ pattern doesn't bind `Trait`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Trait`
509 |             | Enum
---

error[E0408]: variable `Struct` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Struct`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Struct`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Struct`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Struct`
507 |             | Fn
    |               ^^ pattern doesn't bind `Struct`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Struct`
509 |             | Enum
---

error[E0408]: variable `Union` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Union`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Union`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Union`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Union`
507 |             | Fn
    |               ^^ pattern doesn't bind `Union`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Union`
509 |             | Enum
---

error[E0408]: variable `Mod` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Mod`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Mod`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Mod`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Mod`
507 |             | Fn
    |               ^^ pattern doesn't bind `Mod`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Mod`
509 |             | Enum
---
    |               ^^^^^^^^^ pattern doesn't bind `Mod`
518 |             | TraitAlias),
    |               ^^^^^^^^^^ pattern doesn't bind `Mod`
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::Mod`
   --> src/librustdoc/clean/utils.rs:513:15
    |
513 |             | Mod
    |               ^^^

error[E0408]: variable `ForeignTy` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `ForeignTy`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `ForeignTy`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `ForeignTy`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `ForeignTy`
507 |             | Fn
    |               ^^ pattern doesn't bind `ForeignTy`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `ForeignTy`
509 |             | Enum
---
    |               ^^^^^^^^^ pattern doesn't bind `ForeignTy`
518 |             | TraitAlias),
    |               ^^^^^^^^^^ pattern doesn't bind `ForeignTy`
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::ForeignTy`
   --> src/librustdoc/clean/utils.rs:514:15
    |
514 |             | ForeignTy
    |               ^^^^^^^^^

error[E0408]: variable `Const` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Const`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Const`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Const`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Const`
507 |             | Fn
    |               ^^ pattern doesn't bind `Const`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Const`
509 |             | Enum
---

error[E0408]: variable `TraitAlias` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `TraitAlias`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `TraitAlias`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `TraitAlias`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `TraitAlias`
507 |             | Fn
    |               ^^ pattern doesn't bind `TraitAlias`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `TraitAlias`
509 |             | Enum
---

error[E0408]: variable `AssocTy` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:504:15
    |
503 |             kind @ (AssocTy
    |                     ------- variable not in all patterns
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `AssocTy`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `AssocTy`
---
    |               ^^^^^^^^^ pattern doesn't bind `AssocTy`
518 |             | TraitAlias),
    |               ^^^^^^^^^^ pattern doesn't bind `AssocTy`
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::AssocTy`
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^

error[E0530]: match bindings cannot shadow tuple variants
   --> src/librustdoc/passes/collect_intra_doc_links.rs:156:42
    |
156 |             ToolMod | NonMacroAttr(..) | Err => Result::Err(()),
    |                                          ^^^
    |                                          |
    |                                          cannot be named the same as a tuple variant
    |                                          help: try specify the pattern arguments: `Err(..)`
    |
---

error[E0408]: variable `Err` is not bound in all patterns
   --> src/librustdoc/passes/collect_intra_doc_links.rs:156:13
    |
156 |             ToolMod | NonMacroAttr(..) | Err => Result::Err(()),
    |             ^^^^^^^   ^^^^^^^^^^^^^^^^   --- variable not in all patterns
    |             |         |
    |             |         pattern doesn't bind `Err`
    |             pattern doesn't bind `Err`
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::Err`
   --> src/librustdoc/passes/collect_intra_doc_links.rs:156:42
    |
156 |             ToolMod | NonMacroAttr(..) | Err => Result::Err(()),
    |                                          ^^^

error[E0408]: variable `ToolMod` is not bound in all patterns
   --> src/librustdoc/passes/collect_intra_doc_links.rs:156:23
    |
156 |             ToolMod | NonMacroAttr(..) | Err => Result::Err(()),
    |             -------   ^^^^^^^^^^^^^^^^   ^^^ pattern doesn't bind `ToolMod`
    |             |         |
    |             |         pattern doesn't bind `ToolMod`
    |             variable not in all patterns
    |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::ToolMod`
   --> src/librustdoc/passes/collect_intra_doc_links.rs:156:13
    |
156 |             ToolMod | NonMacroAttr(..) | Err => Result::Err(()),
    |             ^^^^^^^

error[E0408]: variable `ForeignMod` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2031:29
     |
2031 | ...                   Mod | ForeignMod => "inner item",
     |                       ^^^   ---------- variable not in all patterns
     |                       |
     |                       pattern doesn't bind `ForeignMod`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::ForeignMod`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2031:35
     |
2031 | ...                   Mod | ForeignMod => "inner item",
     |                             ^^^^^^^^^^

error[E0408]: variable `Mod` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2031:35
     |
2031 | ...                   Mod | ForeignMod => "inner item",
     |                       ---   ^^^^^^^^^^ pattern doesn't bind `Mod`
     |                       |
     |                       variable not in all patterns
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::Mod`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2031:29
     |
2031 | ...                   Mod | ForeignMod => "inner item",
     |                       ^^^

error[E0408]: variable `Union` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2033:29
     |
2033 | ...                   Enum | Union => "variant or associated item",
     |                       ^^^^   ----- variable not in all patterns
     |                       |
     |                       pattern doesn't bind `Union`
     |
help: if you meant to match on unit variants, use the full path in the pattern
     |
2033 |                             Enum | crate::formats::item_type::ItemType::Union => "variant or associated item",
     |                                    +++++++++++++++++++++++++++++++++++++
2033 |                             Enum | rustdoc_json_types::ItemKind::Union => "variant or associated item",
     |                                    ++++++++++++++++++++++++++++++

error[E0408]: variable `Enum` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2033:36
     |
2033 | ...                   Enum | Union => "variant or associated item",
     |                       ----   ^^^^^ pattern doesn't bind `Enum`
     |                       |
     |                       variable not in all patterns
     |
help: if you meant to match on unit variants, use the full path in the pattern
     |
2033 |                             crate::formats::item_type::ItemType::Enum | Union => "variant or associated item",
     |                             +++++++++++++++++++++++++++++++++++++
2033 |                             rustdoc_json_types::ItemKind::Enum | Union => "variant or associated item",
     |                             ++++++++++++++++++++++++++++++
2033 |                             serde::de::Unexpected::Enum | Union => "variant or associated item",
     |                             +++++++++++++++++++++++

error[E0408]: variable `Field` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2044:29
     |
---
     |                         ^^^^^^^^^ pattern doesn't bind `Field`
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `Field`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::Field`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2045:31
     |
2045 | ...                   | Field
     |                         ^^^^^

---
     |                         ^^^^^^^^^ pattern doesn't bind `Closure`
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `Closure`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::Closure`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2046:31
     |
2046 | ...                   | Closure
     |                         ^^^^^^^

---
     |                         ^^^^^^^^^ pattern doesn't bind `AssocTy`
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `AssocTy`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::AssocTy`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2047:31
     |
2047 | ...                   | AssocTy
     |                         ^^^^^^^

---
     |                         ^^^^^^^^^ pattern doesn't bind `AssocFn`
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `AssocFn`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::AssocFn`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2049:31
     |
2049 | ...                   | AssocFn
     |                         ^^^^^^^

---
     |                         ^^^^^^^^^ pattern doesn't bind `ConstParam`
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `ConstParam`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::ConstParam`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2053:31
     |
2053 | ...                   | ConstParam
     |                         ^^^^^^^^^^

---
     |                         ^^^^^^^^^^^ pattern doesn't bind `ExternCrate`
     |
help: if you meant to match on unit variants, use the full path in the pattern
     |
2054 |                             | crate::formats::item_type::ItemType::ExternCrate
     |                               +++++++++++++++++++++++++++++++++++++
2054 |                             | rustdoc_json_types::ItemKind::ExternCrate
     |                               ++++++++++++++++++++++++++++++

error[E0408]: variable `Use` is not bound in all patterns
---
     |                         ^^^^^^^^^ pattern doesn't bind `LifetimeParam`
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `LifetimeParam`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::LifetimeParam`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2056:31
     |
2056 | ...                   | LifetimeParam
     |                         ^^^^^^^^^^^^^

---
     |                         --------- variable not in all patterns
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^ pattern doesn't bind `AnonConst`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::AnonConst`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2058:31
     |
2058 | ...                   | AnonConst
     |                         ^^^^^^^^^

---
     |                         ^^^^^^^^^ pattern doesn't bind `InlineConst`
2059 | ...                   | InlineConst => {
     |                         ----------- variable not in all patterns
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::InlineConst`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2059:31
     |
2059 | ...                   | InlineConst => {
     |                         ^^^^^^^^^^^

---
     |                             +++++++++++++++++++++++++++++++++++++
2044 |                             rustdoc_json_types::ItemKind::Variant
     |                             ++++++++++++++++++++++++++++++

error[E0408]: variable `TyAlias` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2068:29
     |
2068 | ...                   Trait
     |                       ^^^^^ pattern doesn't bind `TyAlias`
2069 | ...                   | TyAlias
---
     |                         ^^^^^^^ pattern doesn't bind `TyAlias`
2074 | ...                   | Static { .. } => "associated item",
     |                         ^^^^^^^^^^^^^ pattern doesn't bind `TyAlias`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::TyAlias`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2069:31
     |
2069 | ...                   | TyAlias
     |                         ^^^^^^^

---
     |                         ^^^^^^^ pattern doesn't bind `ForeignTy`
2074 | ...                   | Static { .. } => "associated item",
     |                         ^^^^^^^^^^^^^ pattern doesn't bind `ForeignTy`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::ForeignTy`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2070:31
     |
2070 | ...                   | ForeignTy
     |                         ^^^^^^^^^

---
     |                         ^^^^^^^ pattern doesn't bind `OpaqueTy`
2074 | ...                   | Static { .. } => "associated item",
     |                         ^^^^^^^^^^^^^ pattern doesn't bind `OpaqueTy`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::OpaqueTy`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2071:31
     |
2071 | ...                   | OpaqueTy
     |                         ^^^^^^^^

---
     |                         ------- variable not in all patterns
2074 | ...                   | Static { .. } => "associated item",
     |                         ^^^^^^^^^^^^^ pattern doesn't bind `TyParam`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::TyParam`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2073:31
     |
2073 | ...                   | TyParam
     |                         ^^^^^^^

---
     |                             +++++++++++++++++++++++++++++++++++++
2068 |                             rustdoc_json_types::ItemKind::Trait
     |                             ++++++++++++++++++++++++++++++

error[E0408]: variable `GlobalAsm` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2075:29
     |
2075 | ...                   Impl { .. } | GlobalAsm | SyntheticCoroutineBody => {
     |                       ^^^^^^^^^^^   ---------   ^^^^^^^^^^^^^^^^^^^^^^ pattern doesn't bind `GlobalAsm`
     |                       |             |
     |                       |             variable not in all patterns
     |                       pattern doesn't bind `GlobalAsm`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::GlobalAsm`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2075:43
     |
2075 | ...                   Impl { .. } | GlobalAsm | SyntheticCoroutineBody => {
     |                                     ^^^^^^^^^

error[E0408]: variable `SyntheticCoroutineBody` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2075:29
     |
2075 | ...                   Impl { .. } | GlobalAsm | SyntheticCoroutineBody => {
     |                       ^^^^^^^^^^^   ^^^^^^^^^   ---------------------- variable not in all patterns
     |                       |             |
     |                       |             pattern doesn't bind `SyntheticCoroutineBody`
     |                       pattern doesn't bind `SyntheticCoroutineBody`
     |
help: if you meant to match on a variant or a `const` item, consider making the path in the pattern qualified: `path::to::ModOrType::SyntheticCoroutineBody`
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2075:55
     |
2075 | ...                   Impl { .. } | GlobalAsm | SyntheticCoroutineBody => {
     |                                                 ^^^^^^^^^^^^^^^^^^^^^^

error[E0422]: cannot find struct, variant or union type `PatExpr` in this scope
   --> src/librustdoc/clean/utils.rs:309:53
    |
309 |         PatKind::TupleStruct(p, ..) | PatKind::Expr(PatExpr { kind: PatExprKind::Path(p), .. }) => {
    |                                                     ^^^^^^^ not found in this scope

error[E0412]: cannot find type `Pat` in this scope
    --> src/librustdoc/clean/utils.rs:326:32
     |
326  |             fn print_pat(pat: &Pat<'_>, wild: bool) -> impl Display {
     |                                ^^^
     |
    ::: src/librustdoc/clean/types.rs:2207:1
     |
2207 | pub(crate) struct Path {
     | ---------------------- similarly named struct `Path` defined here
     |
help: there is an enum variant `crate::clean::PrimitiveType::Pat` and 3 others; try using the variant's enum
     |
326  -             fn print_pat(pat: &Pat<'_>, wild: bool) -> impl Display {
326  +             fn print_pat(pat: &crate::clean::PrimitiveType, wild: bool) -> impl Display {
     |
326  -             fn print_pat(pat: &Pat<'_>, wild: bool) -> impl Display {
326  +             fn print_pat(pat: &crate::clean::Type, wild: bool) -> impl Display {
     |
326  -             fn print_pat(pat: &Pat<'_>, wild: bool) -> impl Display {
326  +             fn print_pat(pat: &rustdoc_json_types::Type, wild: bool) -> impl Display {
     |
help: a struct with a similar name exists
     |
326  |             fn print_pat(pat: &Path<'_>, wild: bool) -> impl Display {
     |                                   +

error[E0422]: cannot find struct, variant or union type `Static` in this scope
   --> src/librustdoc/clean/utils.rs:516:15
    |
---

error[E0531]: cannot find tuple struct or tuple variant `Def` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:153:13
    |
153 |             Def(kind, id) => Ok(Res::Def(kind, id)),
    |             ^^^ not found in this scope
    |
help: consider importing this tuple variant
    |
5   + use crate::passes::collect_intra_doc_links::Res::Def;
    |

error[E0531]: cannot find tuple struct or tuple variant `PrimTy` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:154:13
    |
154 |             PrimTy(prim) => Ok(Res::Primitive(PrimitiveType::from_hir(prim))),
    |             ^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `NonMacroAttr` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:156:23
    |
156 |             ToolMod | NonMacroAttr(..) | Err => Result::Err(()),
    |                       ^^^^^^^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:343:46
    |
343 |         let ty_res = self.resolve_path(path, TypeNS, item_id, module_id).ok_or_else(no_res)?;
    |                                              ^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:397:18
    |
397 |         if ns != TypeNS || path_str != "Self" {
    |                  ^^^^^^ not found in this scope

error[E0425]: cannot find value `MacroNS` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:484:25
    |
484 |         } else if ns == MacroNS {
    |                         ^^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:516:44
    |
516 |         match resolve_primitive(path_root, TypeNS)
    |                                            ^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:517:54
    |
517 |             .or_else(|| self.resolve_path(path_root, TypeNS, item_id, module_id))
    |                                                      ^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
   --> src/librustdoc/passes/collect_intra_doc_links.rs:658:26
    |
658 |                 if ns == TypeNS && def_kind == DefKind::Enum {
    |                          ^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1247:61
     |
1247 |             if let Some(prim) = resolve_primitive(path_str, TypeNS) {
     |                                                             ^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1489:42
     |
1489 |                         for other_ns in [TypeNS, ValueNS, MacroNS] {
     |                                          ^^^^^^ not found in this scope

error[E0425]: cannot find value `ValueNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1489:50
     |
1489 |                         for other_ns in [TypeNS, ValueNS, MacroNS] {
     |                                                  ^^^^^^^ not found in this scope

error[E0425]: cannot find value `MacroNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1489:59
     |
1489 |                         for other_ns in [TypeNS, ValueNS, MacroNS] {
     |                                                           ^^^^^^^ not found in this scope

error[E0425]: cannot find value `MacroNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1515:41
     |
1515 |                     macro_ns: candidate(MacroNS),
     |                                         ^^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1516:40
     |
1516 |                     type_ns: candidate(TypeNS),
     |                                        ^^^^^^ not found in this scope

error[E0425]: cannot find value `ValueNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1517:41
     |
1517 |                     value_ns: candidate(ValueNS).and_then(|v_res| {
     |                                         ^^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1523:50
     |
1523 | ...                   expected_ns: TypeNS,
     |                                    ^^^^^^ not found in this scope

error[E0425]: cannot find value `ValueNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1698:43
     |
1698 |             Self::Kind(DefKind::Field) => ValueNS,
     |                                           ^^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1702:32
     |
1702 |             Self::Primitive => TypeNS,
     |                                ^^^^^^ not found in this scope

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1949:36
     |
1949 |                         for ns in [TypeNS, ValueNS, MacroNS] {
     |                                    ^^^^^^ not found in this scope

error[E0425]: cannot find value `ValueNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1949:44
     |
1949 |                         for ns in [TypeNS, ValueNS, MacroNS] {
     |                                            ^^^^^^^ not found in this scope

error[E0425]: cannot find value `MacroNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1949:53
     |
1949 |                         for ns in [TypeNS, ValueNS, MacroNS] {
     |                                                     ^^^^^^^ not found in this scope

error[E0425]: cannot find value `MacroNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:1986:71
     |
1986 | ...                   if disambiguator.is_none_or(|d| d.ns() == MacroNS)
     |                                                                 ^^^^^^^ not found in this scope

error[E0531]: cannot find tuple struct or tuple variant `Macro` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2051:31
     |
---

error[E0422]: cannot find struct, variant or union type `Impl` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2075:29
     |
2075 | ...                   Impl { .. } | GlobalAsm | SyntheticCoroutineBody => {
     |                       ^^^^ not found in this scope
     |
note: these variants exist but are inaccessible
    --> src/librustdoc/formats/cache.rs:622:5
     |
---

error[E0425]: cannot find value `TypeNS` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2363:14
     |
2363 |     if ns != TypeNS {
     |              ^^^^^^ not found in this scope

error[E0425]: cannot find value `MISSING_DOC_CODE_EXAMPLES` in module `crate::lint`
   --> src/librustdoc/passes/check_doc_test_visibility.rs:111:22
    |
111 |         crate::lint::MISSING_DOC_CODE_EXAMPLES,
    |                      ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `MISSING_DOC_CODE_EXAMPLES` in module `crate::lint`
   --> src/librustdoc/passes/check_doc_test_visibility.rs:131:48
    |
131 |             cx.tcx.node_span_lint(crate::lint::MISSING_DOC_CODE_EXAMPLES, hir_id, sp, |lint| {
    |                                                ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `PRIVATE_DOC_TESTS` in module `crate::lint`
   --> src/librustdoc/passes/check_doc_test_visibility.rs:139:26
    |
139 |             crate::lint::PRIVATE_DOC_TESTS,
    |                          ^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `BARE_URLS` in module `crate::lint`
  --> src/librustdoc/passes/lint/bare_urls.rs:23:44
   |
23 |         cx.tcx.node_span_lint(crate::lint::BARE_URLS, hir_id, sp, |lint| {
   |                                            ^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `INVALID_RUST_CODEBLOCKS` in module `crate::lint`
   --> src/librustdoc/passes/lint/check_code_block_syntax.rs:107:40
    |
107 |     cx.tcx.node_span_lint(crate::lint::INVALID_RUST_CODEBLOCKS, hir_id, sp, |lint| {
    |                                        ^^^^^^^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `INVALID_HTML_TAGS` in module `crate::lint`
  --> src/librustdoc/passes/lint/html_tags.rs:22:41
   |
22 |         tcx.node_span_lint(crate::lint::INVALID_HTML_TAGS, hir_id, sp, |lint| {
   |                                         ^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `REDUNDANT_EXPLICIT_LINKS` in module `crate::lint`
   --> src/librustdoc/passes/lint/redundant_explicit_links.rs:179:44
    |
179 |         cx.tcx.node_span_lint(crate::lint::REDUNDANT_EXPLICIT_LINKS, hir_id, explicit_span, |lint| {
    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `REDUNDANT_EXPLICIT_LINKS` in module `crate::lint`
   --> src/librustdoc/passes/lint/redundant_explicit_links.rs:230:44
    |
230 |         cx.tcx.node_span_lint(crate::lint::REDUNDANT_EXPLICIT_LINKS, hir_id, explicit_span, |lint| {
    |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0425]: cannot find value `UNESCAPED_BACKTICKS` in module `crate::lint`
  --> src/librustdoc/passes/lint/unescaped_backticks.rs:53:49
   |
53 |                 tcx.node_span_lint(crate::lint::UNESCAPED_BACKTICKS, hir_id, span, |lint| {
   |                                                 ^^^^^^^^^^^^^^^^^^^ not found in `crate::lint`

error[E0659]: `inline` is ambiguous
   --> src/librustdoc/clean/utils.rs:665:3
    |
---

error[E0223]: ambiguous associated type
   --> src/librustdoc/core.rs:474:32
    |
474 |     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
    |                                ^^^^^^^^^^^^^^^^^
    |
help: if there were a trait named `Example` with associated type `MaybeTyCtxt` implemented for `EmitIgnoredResolutionErrors<'tcx>`, you could use the fully-qualified path
    |
474 -     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
474 +     fn maybe_tcx(&mut self) -> <EmitIgnoredResolutionErrors<'tcx> as Example>::MaybeTyCtxt {
    |

error[E0223]: ambiguous associated type
   --> src/librustdoc/doctest/rust.rs:169:32
    |
169 |     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
    |                                ^^^^^^^^^^^^^^^^^
    |
help: if there were a trait named `Example` with associated type `MaybeTyCtxt` implemented for `HirCollector<'tcx>`, you could use the fully-qualified path
    |
169 -     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
169 +     fn maybe_tcx(&mut self) -> <HirCollector<'tcx> as Example>::MaybeTyCtxt {
    |

error[E0223]: ambiguous associated type
   --> src/librustdoc/html/render/span_map.rs:222:32
    |
222 |     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
    |                                ^^^^^^^^^^^^^^^^^
    |
help: if there were a trait named `Example` with associated type `MaybeTyCtxt` implemented for `SpanMapVisitor<'tcx>`, you could use the fully-qualified path
    |
222 -     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
222 +     fn maybe_tcx(&mut self) -> <SpanMapVisitor<'tcx> as Example>::MaybeTyCtxt {
    |

error[E0223]: ambiguous associated type
   --> src/librustdoc/scrape_examples.rs:126:32
    |
126 |     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
    |                                ^^^^^^^^^^^^^^^^^
    |
help: if there were a trait named `Example` with associated type `MaybeTyCtxt` implemented for `FindCalls<'a, 'tcx>`, you could use the fully-qualified path
    |
126 -     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
126 +     fn maybe_tcx(&mut self) -> <FindCalls<'a, 'tcx> as Example>::MaybeTyCtxt {
    |

error[E0223]: ambiguous associated type
   --> src/librustdoc/visit_ast.rs:562:32
    |
562 |     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
    |                                ^^^^^^^^^^^^^^^^^
    |
help: if there were a trait named `Example` with associated type `MaybeTyCtxt` implemented for `RustdocVisitor<'_, 'tcx>`, you could use the fully-qualified path
    |
562 -     fn maybe_tcx(&mut self) -> Self::MaybeTyCtxt {
562 +     fn maybe_tcx(&mut self) -> <RustdocVisitor<'_, 'tcx> as Example>::MaybeTyCtxt {
    |

error[E0223]: ambiguous associated type
   --> src/librustdoc/visit_ast.rs:602:10
    |
602 |     ) -> Self::Result {
    |          ^^^^^^^^^^^^
    |
help: if there were a trait named `Example` with associated type `Result` implemented for `RustdocVisitor<'_, 'tcx>`, you could use the fully-qualified path
    |
602 -     ) -> Self::Result {
602 +     ) -> <RustdocVisitor<'_, 'tcx> as Example>::Result {
    |

error[E0282]: type annotations needed
    --> src/librustdoc/html/render/print_item.rs:1424:56
     |
1424 |             js_src_path.extend(target_fqp[..target_fqp.len() - 1].iter().copied());
     |                                                        ^^^ cannot infer type

[RUSTC-TIMING] expect_test test:false 1.807
[RUSTC-TIMING] minifier test:false 2.146
error[E0277]: the size for values of type `str` cannot be known at compilation time
    --> src/librustdoc/html/render/mod.rs:1060:12
     |
1060 |     if let Some(version) = stable_version.and_then(|version| since_to_string(&version)) {
     |            ^^^^^^^^^^^^^ doesn't have a size known at compile-time
     |
     = help: the trait `Sized` is not implemented for `str`
note: required by a bound in `std::prelude::v1::Some`
    --> /Users/runner/work/rust/rust/library/core/src/option.rs:591:17
---

error[E0277]: the size for values of type `str` cannot be known at compilation time
    --> src/librustdoc/html/render/mod.rs:1092:12
     |
1092 |     if let Some((const_title, const_stability)) = const_title_and_stability {
     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time
     |
     = help: within `(str, str)`, the trait `Sized` is not implemented for `str`
     = note: required because it appears within the type `(str, str)`
note: required by a bound in `std::prelude::v1::Some`
    --> /Users/runner/work/rust/rust/library/core/src/option.rs:591:17
     |
591  | pub enum Option<T> {
     |                 ^ required by this bound in `std::prelude::v1::Some`
...
599  |     Some(#[stable(feature = "rust1", since = "1.0.0")] T),
     |     ---- required by a bound in this tuple variant

error[E0392]: lifetime parameter `'a` is never used
   --> src/librustdoc/html/markdown.rs:600:20
    |
600 | struct SummaryLine<'a, I: Iterator<Item = Event<'a>>> {
    |                    ^^ unused lifetime parameter
    |
    = help: consider removing `'a`, referring to it in a field, or using a marker such as `PhantomData`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:299:9
    |
299 |         PatKind::Err(_)
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:300:11
    |
300 |         | PatKind::Missing // Let's not perpetuate anon params from Rust 2015; use `_` for them.
    |           ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:301:11
    |
301 |         | PatKind::Never
---

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:307:9
    |
307 |         PatKind::Binding(_, _, ident, _) => return ident.name,
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:308:9
    |
308 |         PatKind::Box(p) | PatKind::Ref(p, _) | PatKind::Guard(p, _) => return name_from_pat(p),
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:308:27
    |
308 |         PatKind::Box(p) | PatKind::Ref(p, _) | PatKind::Guard(p, _) => return name_from_pat(p),
    |                           ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:308:48
    |
308 |         PatKind::Box(p) | PatKind::Ref(p, _) | PatKind::Guard(p, _) => return name_from_pat(p),
    |                                                ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:309:9
    |
309 |         PatKind::TupleStruct(p, ..) | PatKind::Expr(PatExpr { kind: PatExprKind::Path(p), .. }) => {
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:309:39
    |
309 |         PatKind::TupleStruct(p, ..) | PatKind::Expr(PatExpr { kind: PatExprKind::Path(p), .. }) => {
    |                                       ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatExprKind`
   --> src/librustdoc/clean/utils.rs:309:69
    |
309 |         PatKind::TupleStruct(p, ..) | PatKind::Expr(PatExpr { kind: PatExprKind::Path(p), .. }) => {
    |                                                                     ^^^^^^^^^^^ use of undeclared type `PatExprKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:312:9
    |
312 |         PatKind::Or(pats) => {
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:315:9
    |
315 |         PatKind::Tuple(elts, _) => {
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:318:9
    |
318 |         PatKind::Deref(p) => format!("deref!({})", name_from_pat(p)),
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:319:9
    |
319 |         PatKind::Expr(..) => {
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `PatKind`
   --> src/librustdoc/clean/utils.rs:325:9
    |
325 |         PatKind::Slice(begin, mid, end) => {
    |         ^^^^^^^ use of undeclared type `PatKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1814:9
     |
1814 |         TyKind::Never => Primitive(PrimitiveType::Never),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1815:9
     |
1815 |         TyKind::Ptr(ref m) => RawPointer(m.mutbl, Box::new(clean_ty(m.ty, cx))),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1816:9
     |
1816 |         TyKind::Ref(l, ref m) => {
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1820:9
     |
1820 |         TyKind::Slice(ty) => Slice(Box::new(clean_ty(ty, cx))),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1821:9
     |
1821 |         TyKind::Pat(ty, pat) => Type::Pat(Box::new(clean_ty(ty, cx)), format!("{pat:?}").into()),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1822:9
     |
1822 |         TyKind::Array(ty, const_arg) => {
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1845:9
     |
1845 |         TyKind::Tup(tys) => Tuple(tys.iter().map(|ty| clean_ty(ty, cx)).collect()),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1846:9
     |
1846 |         TyKind::OpaqueDef(ty) => {
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1849:9
     |
1849 |         TyKind::Path(_) => clean_qpath(ty, cx),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1850:9
     |
1850 |         TyKind::TraitObject(bounds, lifetime) => {
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1859:9
     |
1859 |         TyKind::BareFn(barefn) => BareFunction(Box::new(clean_bare_fn_ty(barefn, cx))),
     |         ^^^^^^ use of undeclared type `TyKind`

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1860:9
     |
---

error[E0433]: failed to resolve: use of undeclared type `TyKind`
    --> src/librustdoc/clean/mod.rs:1868:11
     |
1868 |         | TyKind::TraitAscription(_) => Infer,
     |           ^^^^^^ use of undeclared type `TyKind`

Some errors have detailed explanations: E0223, E0277, E0282, E0392, E0408, E0412, E0422, E0425, E0432...
For more information about an error, try `rustc --explain E0223`.
[RUSTC-TIMING] rustdoc test:false 1.910
error: could not compile `rustdoc` (lib) due to 180 previous errors
warning: build failed, waiting for other jobs to finish...
error[E0408]: variable `AssocConst` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `AssocConst`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `AssocConst`
505 |             | AssocConst
    |               ---------- variable not in all patterns
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `AssocConst`
507 |             | Fn
    |               ^^ pattern doesn't bind `AssocConst`
---

error[E0408]: variable `Variant` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Variant`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Variant`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Variant`
506 |             | Variant
    |               ------- variable not in all patterns
507 |             | Fn
    |               ^^ pattern doesn't bind `Variant`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Variant`
---

error[E0408]: variable `Enum` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Enum`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Enum`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Enum`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Enum`
507 |             | Fn
    |               ^^ pattern doesn't bind `Enum`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Enum`
509 |             | Enum
---

error[E0408]: variable `Trait` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Trait`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Trait`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Trait`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Trait`
507 |             | Fn
    |               ^^ pattern doesn't bind `Trait`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Trait`
509 |             | Enum
---

error[E0408]: variable `Struct` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Struct`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Struct`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Struct`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Struct`
507 |             | Fn
    |               ^^ pattern doesn't bind `Struct`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Struct`
509 |             | Enum
---

error[E0408]: variable `Union` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `Union`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `Union`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `Union`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `Union`
507 |             | Fn
    |               ^^ pattern doesn't bind `Union`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `Union`
509 |             | Enum
---

error[E0408]: variable `TraitAlias` is not bound in all patterns
   --> src/librustdoc/clean/utils.rs:503:21
    |
503 |             kind @ (AssocTy
    |                     ^^^^^^^ pattern doesn't bind `TraitAlias`
504 |             | AssocFn
    |               ^^^^^^^ pattern doesn't bind `TraitAlias`
505 |             | AssocConst
    |               ^^^^^^^^^^ pattern doesn't bind `TraitAlias`
506 |             | Variant
    |               ^^^^^^^ pattern doesn't bind `TraitAlias`
507 |             | Fn
    |               ^^ pattern doesn't bind `TraitAlias`
508 |             | TyAlias
    |               ^^^^^^^ pattern doesn't bind `TraitAlias`
509 |             | Enum
---

error[E0408]: variable `Union` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2033:29
     |
2033 | ...                   Enum | Union => "variant or associated item",
     |                       ^^^^   ----- variable not in all patterns
     |                       |
     |                       pattern doesn't bind `Union`
     |
help: if you meant to match on unit variant `rustdoc_json_types::ItemKind::Union`, use the full path in the pattern
     |
2033 |                             Enum | rustdoc_json_types::ItemKind::Union => "variant or associated item",
     |                                    ++++++++++++++++++++++++++++++

error[E0408]: variable `Enum` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2033:36
     |
2033 | ...                   Enum | Union => "variant or associated item",
     |                       ----   ^^^^^ pattern doesn't bind `Enum`
     |                       |
     |                       variable not in all patterns
     |
help: if you meant to match on unit variants, use the full path in the pattern
     |
2033 |                             rustdoc_json_types::ItemKind::Enum | Union => "variant or associated item",
     |                             ++++++++++++++++++++++++++++++
2033 |                             serde::de::Unexpected::Enum | Union => "variant or associated item",
     |                             +++++++++++++++++++++++

error[E0408]: variable `AssocConst` is not bound in all patterns
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2044:29
     |
---

error[E0422]: cannot find struct, variant or union type `Impl` in this scope
    --> src/librustdoc/passes/collect_intra_doc_links.rs:2075:29
     |
2075 | ...                   Impl { .. } | GlobalAsm | SyntheticCoroutineBody => {
     |                       ^^^^ not found in this scope
     |
note: these variants exist but are inaccessible
    --> src/librustdoc/formats/cache.rs:622:5
     |
---
     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `crate::html::render::AssocConstValue::Impl`: not accessible
     |
    ::: src/librustdoc/formats/item_type.rs:43:5
     |
43   |     Impl = 11,
     |     ^^^^^^^^^ `crate::html::render::write_shared::tests::ItemType::Impl`: not accessible
help: consider importing one of these items
     |
5    + use crate::clean::Impl;
     |
5    + use crate::formats::Impl;

@bors
Copy link
Collaborator

bors commented Jun 6, 2025

💔 Test failed - checks-actions

@bors bors added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Jun 6, 2025
@jieyouxu
Copy link
Member

jieyouxu commented Jun 6, 2025

@bors2 try

@rust-bors
Copy link

rust-bors bot commented Jun 6, 2025

⌛ Trying commit 756ba05 with merge 13f0e51

To cancel the try build, run the command @bors2 try cancel.

rust-bors bot added a commit that referenced this pull request Jun 6, 2025
[do not merge] testing

// try-job: aarch64-apple
try-job: x86_64-msvc-1
try-job: x86_64-apple-1
try-job: aarch64-gnu
@rust-bors
Copy link

rust-bors bot commented Jun 6, 2025

💔 Test failed

@jieyouxu
Copy link
Member

jieyouxu commented Jun 6, 2025

@bors2 try

@rust-bors
Copy link

rust-bors bot commented Jun 6, 2025

⌛ Trying commit 756ba05 with merge fe813c4

To cancel the try build, run the command @bors2 try cancel.

rust-bors bot added a commit that referenced this pull request Jun 6, 2025
[do not merge] testing

// try-job: aarch64-apple
try-job: x86_64-msvc-1
//try-job: x86_64-apple-1
try-job: aarch64-gnu
@jieyouxu jieyouxu self-assigned this Jun 6, 2025
@rust-bors
Copy link

rust-bors bot commented Jun 6, 2025

☀️ Try build successful (CI)
Build commit: fe813c4 (fe813c42a1d583a34243c580f7ff030424b8b726)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants