Skip to content

cuprate-helper: Fix RUST_BACKTRACE=1 cargo test -p cuprate-helper --lib fs::test::path_sanity_check#609

Open
An-anonymous-coder wants to merge 2 commits intoCuprate:mainfrom
An-anonymous-coder:An-anonymous-coder-patch-2
Open

cuprate-helper: Fix RUST_BACKTRACE=1 cargo test -p cuprate-helper --lib fs::test::path_sanity_check#609
An-anonymous-coder wants to merge 2 commits intoCuprate:mainfrom
An-anonymous-coder:An-anonymous-coder-patch-2

Conversation

@An-anonymous-coder
Copy link
Copy Markdown

@An-anonymous-coder An-anonymous-coder commented May 7, 2026

error: extern crate `curve25519_dalek` is unused in crate `cuprate_helper`
  |
  = help: remove the dependency or add `use curve25519_dalek as _;` to the crate root
  = note: requested on the command line with `-D unused-crate-dependencies`

error: extern crate `tokio` is unused in crate `cuprate_helper`
  |
  = help: remove the dependency or add `use tokio as _;` to the crate root

error: could not compile `cuprate-helper` (lib test) due to 2 previous errors

cargo test still fails fs::test::path_sanity_check (see #610), but this fixed something.

@github-actions github-actions Bot added A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-helper Area: Related to cuprate-helper. labels May 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependency Area: Related to dependencies, or changes to a Cargo.{toml,lock} file. A-helper Area: Related to cuprate-helper.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant