[refactor] Switch from Rc<T> to Arc<T> #951
Annotations
10 errors and 3 warnings
wnfs-wasm/src/fs/private/directory.rs#L65
the trait bound `Rc<HamtForest>: wnfs::private::forest::traits::PrivateForest` is not satisfied
|
wnfs-wasm/src/fs/private/directory.rs#L73
mismatched types
|
wnfs-wasm/src/fs/private/directory.rs#L83
mismatched types
|
wnfs-wasm/src/fs/private/directory.rs#L103
no method named `get_node` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
|
wnfs-wasm/src/fs/private/directory.rs#L127
the trait bound `Rc<HamtForest>: wnfs::private::forest::traits::PrivateForest` is not satisfied
|
wnfs-wasm/src/fs/private/directory.rs#L150
no method named `read` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
|
wnfs-wasm/src/fs/private/directory.rs#L177
no method named `ls` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
|
wnfs-wasm/src/fs/private/directory.rs#L205
no method named `rm` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
|
wnfs-wasm/src/fs/private/directory.rs#L237
no method named `write` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
|
wnfs-wasm/src/fs/private/directory.rs#L279
no method named `basic_mv` found for struct `Rc<wnfs::private::PrivateDirectory>` in the current scope
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
|
The logs for this run have expired and are no longer available.
Loading