Skip to content

shardtree: Switch from Rc to Arc to make trees Send #357

shardtree: Switch from Rc to Arc to make trees Send

shardtree: Switch from Rc to Arc to make trees Send #357

Triggered via push July 17, 2023 21:01
Status Failure
Total duration 3m 29s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

9 errors
failed to resolve: use of undeclared type `Rc`: shardtree/src/testing.rs#L46
error[E0433]: failed to resolve: use of undeclared type `Rc` --> shardtree/src/testing.rs:46:28 | 46 | right: Rc::new(right), | ^^ not found in this scope | help: consider importing one of these items | 1 | use proptest::std_facade::Rc; | 1 | use std::rc::Rc; |
failed to resolve: use of undeclared type `Rc`: shardtree/src/testing.rs#L45
error[E0433]: failed to resolve: use of undeclared type `Rc` --> shardtree/src/testing.rs:45:27 | 45 | left: Rc::new(left), | ^^ not found in this scope | help: consider importing one of these items | 1 | use proptest::std_facade::Rc; | 1 | use std::rc::Rc; |
failed to resolve: use of undeclared type `Rc`: shardtree/src/testing.rs#L62
error[E0433]: failed to resolve: use of undeclared type `Rc` --> shardtree/src/testing.rs:62:56 | 62 | proptest::option::of(arb_leaf.clone().prop_map(Rc::new)), | ^^ use of undeclared type `Rc`
Test on ubuntu-latest
Process completed with exit code 101.
Test on windows-latest
The job was canceled because "ubuntu-latest" failed.
Test on windows-latest
The operation was canceled.
Test on macOS-latest
The job was canceled because "ubuntu-latest" failed.
Test on macOS-latest
The operation was canceled.
Bitrot check
Process completed with exit code 101.