Skip to content

Remove windows-targets dependency from the root workspace - #163252

Open
bjorn3 wants to merge 1 commit into
rust-lang:mainfrom
bjorn3:reduce_windows_targets_deps
Open

bjorn3 wants to merge 1 commit into
rust-lang:mainfrom
bjorn3:reduce_windows_targets_deps

Conversation

@bjorn3

@bjorn3 bjorn3 commented Sep 24, 2026

Copy link
Copy Markdown
Member

By updating backtrace, curl and stacker.

Part of #156459

By updating backtrace, curl and stacker.
@rustbot

rustbot commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Sep 24, 2026
@rustbot

rustbot commented Sep 24, 2026

Copy link
Copy Markdown
Collaborator

r? @Mark-Simulacrum

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

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: @Mark-Simulacrum

@Mark-Simulacrum

Copy link
Copy Markdown
Member

@bors r+

@rust-bors

rust-bors Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

📌 Commit ce2779d has been approved by Mark-Simulacrum

It is now in the queue for this repository.

@rust-bors rust-bors Bot 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 Sep 24, 2026
@clubby789

clubby789 commented Sep 24, 2026 •

Copy link
Copy Markdown
Contributor

iirc this backtrace version has issues on Windows (#150225 (comment)), just going to check

@bors try jobs=x86_64-msvc-ext2

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Sep 24, 2026
Remove windows-targets dependency from the root workspace


try-job: x86_64-msvc-ext2
@rust-bors rust-bors Bot added the S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. label Sep 24, 2026
@rust-bors

rust-bors Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

💔 Test for 126a44d failed: CI. Failed job:

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

A job failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling glob-match v0.2.1
   Compiling citool v0.1.0 (/home/runner/work/rust/rust/src/ci/citool)
    Finished `dev` profile [unoptimized] target(s) in 19.66s
     Running `target/debug/citool calculate-job-matrix`
Run type: TryJob { job_patterns: Some(["x86_64-msvc-ext2"]), nolimit: false }
Error: Failed to calculate job matrix

Caused by:
    Patterns `x86_64-msvc-ext2` did not match any auto jobs
##[error]Process completed with exit code 1.

@clubby789

Copy link
Copy Markdown
Contributor

@bors try jobs=test-x86_64-msvc-ext2

@rust-bors

This comment has been minimized.

rust-bors Bot pushed a commit that referenced this pull request Sep 24, 2026
Remove windows-targets dependency from the root workspace


try-job: test-x86_64-msvc-ext2
JonathanBrouwer added a commit to JonathanBrouwer/rust that referenced this pull request Sep 24, 2026
…, r=Mark-Simulacrum

Remove windows-targets dependency from the root workspace

By updating backtrace, curl and stacker.

Part of rust-lang#156459
@rust-bors

rust-bors Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

💔 Test for 6f5cb62 failed: CI. Failed job:

@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job test-x86_64-msvc-ext2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)
   Compiling backtrace v0.3.76
error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn() -> _`
                  found fn item `unsafe extern "system" fn() -> _ {windows_sys::SymGetOptions}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_) -> _`
                  found fn item `unsafe extern "system" fn(_) -> _ {windows_sys::SymSetOptions}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _) -> _ {windows_sys::SymInitializeW}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _) -> _ {windows_sys::SymGetSearchPathW}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _) -> _ {windows_sys::SymSetSearchPathW}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, Option<_>, _) -> _`
                  found fn item `unsafe extern "system" fn(_, Option<_>, _) -> _ {windows_sys::EnumerateLoadedModulesW64}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _, _, Option<_>, Option<_>, Option<_>, Option<_>) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _, _, Option<_>, Option<_>, Option<_>, Option<_>) -> _ {windows_sys::StackWalk64}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _) -> _ {windows_sys::SymFunctionTableAccess64}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _) -> _ {windows_sys::SymGetModuleBase64}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _) -> _ {windows_sys::SymFromAddrW}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _) -> _ {windows_sys::SymGetLineFromAddrW64}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _, _, Option<_>, Option<_>, Option<_>, Option<_>, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _, _, Option<_>, Option<_>, Option<_>, Option<_>, _) -> _ {windows_sys::StackWalkEx}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _, _) -> _ {windows_sys::SymFromInlineContextW}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _, _, _) -> _ {windows_sys::SymGetLineFromInlineContextW}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _) -> _ {windows_sys::SymAddrIncludeInlineTrace}`

error[E0308]: mismatched types
   --> C:\Users\runneradmin\.cargo\registry\src\index.crates.io-1949cf8c6b5b557f\backtrace-0.3.76\src\dbghelp.rs:87:76
    |
 35 | / macro_rules! dbghelp {
 36 | |     (extern "system" {
 37 | |         $(fn $name:ident($($arg:ident: $argty:ty),*) -> $ret: ty;)*
 38 | |     }) => (
...   |
 87 | |                         let _: unsafe extern "C" fn($($argty),*) -> $ret = super::windows_sys::$name;
    | |                                -----------------------------------------   ^^^^^^^^^^^^^^^^^^^^^^^^^ expected "C" fn, found "system" fn
    | |                                |
    | |                                expected due to this
...   |
126 | | }
    | |_- in this expansion of `dbghelp!`
127 |
128 | / dbghelp! {
129 | |     extern "system" {
130 | |         fn SymGetOptions() -> u32;
131 | |         fn SymSetOptions(options: u32) -> u32;
...   |
223 | | }
    | |_- in this macro invocation
    |
    = note: expected fn pointer `unsafe extern "C" fn(_, _, _, _, _, _, _) -> _`
                  found fn item `unsafe extern "system" fn(_, _, _, _, _, _, _) -> _ {windows_sys::SymQueryInlineTrace}`

For more information about this error, try `rustc --explain E0308`.
[RUSTC-TIMING] backtrace test:false 0.670
error: could not compile `backtrace` (lib) due to 16 previous errors
warning: build failed, waiting for other jobs to finish...

@bjorn3

bjorn3 commented Sep 24, 2026

Copy link
Copy Markdown
Member Author

@bors r-

@rust-bors rust-bors Bot removed the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label Sep 24, 2026
@rust-bors

rust-bors Bot commented Sep 24, 2026

Copy link
Copy Markdown
Contributor

This pull request was unapproved.

This PR was contained in a rollup (#163260), which was unapproved.

View changes since this unapproval

@clubby789

Copy link
Copy Markdown
Contributor

rust-lang/backtrace-rs#741 does contain a fix for this (rust-lang/backtrace-rs#745); there just hasn't been a release in a while

@bjorn3

bjorn3 commented Sep 24, 2026

Copy link
Copy Markdown
Member Author

@workingjubilee would it be possible to get a new backtrace-rs release?

This branch has not been deployed

No deployments
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