Skip to content

feat(plugins): add statically defined errors #41

feat(plugins): add statically defined errors

feat(plugins): add statically defined errors #41

Triggered via push September 4, 2023 20:00
Status Failure
Total duration 3m 3s
Artifacts

deploy.yaml

on: push
Test and Compile shell
2m 52s
Test and Compile shell
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 8 warnings
Test and Compile shell: src/errors.rs#L54
cannot move out of `self.custom_message` which is behind a shared reference
Test and Compile shell: src/exec/builtins.rs#L68
use of moved value: `path_to_read`
Test and Compile shell: src/exec/builtins.rs#L70
temporary value dropped while borrowed
Test and Compile shell: src/exec/builtins.rs#L73
use of moved value: `path_to_read`
Test and Compile shell: src/exec/builtins.rs#L77
use of moved value: `path_to_read`
Test and Compile shell: src/exec/builtins.rs#L177
borrow of moved value: `executable_name`
Test and Compile shell: src/exec/commands.rs#L86
cannot move out of `self.path` which is behind a shared reference
Test and Compile shell: src/state/config.rs#L45
cannot move out of `filename` because it is borrowed
Test and Compile shell: src/state/config.rs#L48
borrow of moved value: `filename`
Test and Compile shell: src/state/config.rs#L49
cannot move out of `filename` because it is borrowed
Test and Compile shell
The following actions uses node12 which is deprecated and will be forced to run on node16: ATiltedTree/setup-rust@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Test and Compile shell: src/errors.rs#L18
variable does not need to be mutable
Test and Compile shell: src/errors.rs#L22
variable does not need to be mutable
Test and Compile shell: src/errors.rs#L28
variable does not need to be mutable
Test and Compile shell: src/errors.rs#L32
variable does not need to be mutable
Test and Compile shell: src/errors.rs#L606
unused variable: `FailedToRun`
Test and Compile shell: src/main.rs#L20
unused variable: `plugins`
Test and Compile shell
`rush` (bin "rush") generated 6 warnings