nb nodes explored so far #304
Annotations
7 errors and 3 warnings
build:
ddo/src/implementation/solver/parallel.rs#L638
method `explored` has a `&self` declaration in the impl, but not in the trait
|
build:
ddo/src/implementation/solver/sequential.rs#L523
method `explored` has a `&self` declaration in the impl, but not in the trait
|
build
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
method `explored` has a `&self` declaration in the impl, but not in the trait:
ddo/src/implementation/solver/sequential.rs#L523
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/sequential.rs:523:5
|
523 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
|
method `explored` has a `&self` declaration in the impl, but not in the trait:
ddo/src/implementation/solver/parallel.rs#L638
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/parallel.rs:638:5
|
638 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
|
method `explored` has a `&self` declaration in the impl, but not in the trait:
ddo/src/implementation/solver/sequential.rs#L523
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/sequential.rs:523:5
|
523 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
|
method `explored` has a `&self` declaration in the impl, but not in the trait:
ddo/src/implementation/solver/parallel.rs#L638
error[E0185]: method `explored` has a `&self` declaration in the impl, but not in the trait
--> ddo/src/implementation/solver/parallel.rs:638:5
|
638 | fn explored(&self) -> usize {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^ `&self` used in impl
|
::: ddo/src/abstraction/solver.rs:96:5
|
96 | fn explored() -> usize;
| ----------------------- trait method declared without `&self`
|
build
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/
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
`/home/runner/work/ddo/ddo/.cargo/config` is deprecated in favor of `config.toml`
|