You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the message is pretty clean, it should not panic and throw an error.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: key `branch` is ignored for dependency (sctk).', src/tools/cargo/src/cargo/util/toml/mod.rs:1852:14
stack backtrace:
0: rust_begin_unwind
at /rustc/69f9c33d71c871fc16ac445211281c6e7a340943/library/std/src/panicking.rs:575:5
1: core::panicking::panic_fmt
at /rustc/69f9c33d71c871fc16ac445211281c6e7a340943/library/core/src/panicking.rs:65:14
2: core::result::unwrap_failed
at /rustc/69f9c33d71c871fc16ac445211281c6e7a340943/library/core/src/result.rs:1791:5
3: <cargo::util::toml::TomlManifest>::to_real_manifest
4: cargo::util::toml::read_manifest_from_str
5: cargo::util::toml::read_manifest
6: <cargo::core::workspace::Packages>::load
7: <cargo::core::workspace::Workspace>::find_root
8: <cargo::core::workspace::Workspace>::new
9: <clap::parser::matches::arg_matches::ArgMatches as cargo::util::command_prelude::ArgMatchesExt>::workspace
10: cargo::commands::build::exec
11: cargo::cli::main
12: cargo::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
The problem is specific to that setup, I can't repro just by creating lib and pointing to other lib.
Problem
While the message is pretty clean, it should not panic and throw an error.
The problem is specific to that setup, I can't repro just by creating
lib
and pointing to other lib.Steps
Apply this
Try to build winit. You don't have to be on linux when doing so, from what I can see.
Possible Solution(s)
No response
Notes
No response
Version
The text was updated successfully, but these errors were encountered: