Source: rust-debian-analyzer
Version: 0.158.3-1
Severity: serious
Tags: ftbfs

https://buildd.debian.org/status/logs.php?pkg=rust-debian-analyzer&ver=0.158.3-1

...
error[E0277]: the trait bound `Result<RevisionTree, breezyshim::error::Error>: 
Tree` is not satisfied
  --> src/publish.rs:72:26
   |
72 |     check_clean_tree(wt, &wt.basis_tree(), subpath).unwrap();
   |                          ^^^^^^^^^^^^^^^^ the trait `Tree` is not 
implemented for `Result<RevisionTree, breezyshim::error::Error>`
   |
   = help: the following other types implement trait `Tree`:
             AppliedPatches
             MemoryTree
             PreviewTree
             RevisionTree
             WorkingTree
   = note: required for the cast from `&Result<RevisionTree, 
breezyshim::error::Error>` to `&dyn Tree`
...

Reply via email to