Merge pull request #449 from DropDemBits/assert-on-tracked-struct-out… #623
Annotations
6 errors and 56 warnings
Test (stable, false)
the trait bound `MyInput: TrackedStructInDb<dyn Db>` is not satisfied
|
Test (stable, false)
the trait bound `MyInput: TrackedStructInDb<dyn Db>` is not satisfied
|
Test (stable, false)
the trait bound `MyInterned: TrackedStructInDb<dyn Db>` is not satisfied
|
Test (stable, false)
the trait bound `MyInterned: TrackedStructInDb<dyn Db>` is not satisfied
|
Test (stable, false)
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
|
Test (beta, false)
The operation was canceled.
|
Test (nightly, true)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
|
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (nightly, true)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (nightly, true):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (nightly, true)
`salsa-2022-macros` (lib) generated 1 warning (run `cargo fix --lib -p salsa-2022-macros` to apply 1 suggestion)
|
Test (nightly, true)
`salsa-2022-macros` (lib test) generated 1 warning (1 duplicate)
|
Test (nightly, true):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (nightly, true):
components/salsa-2022-macros/src/salsa_struct.rs#L308
useless conversion to the same type: `impl std::iter::Iterator<Item = &salsa_struct::SalsaField>`
|
Test (nightly, true):
components/salsa-2022-macros/src/salsa_struct.rs#L408
the borrowed expression implements the required traits
|
Test (nightly, true):
components/salsa-2022-macros/src/tracked_fn.rs#L144
usage of `Iterator::fold` on a type that implements `Try`
|
Test (nightly, true)
`salsa-2022-macros` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 3 suggestions)
|
Test (nightly, true):
components/salsa-2022/src/debug.rs#L224
the following explicit lifetimes could be elided: 'b
|
Test (nightly, true):
components/salsa-2022/src/hash.rs#L13
manual implementation of `BuildHasher::hash_one`
|
Test (nightly, true):
components/salsa-2022/src/input_field.rs#L111
the following explicit lifetimes could be elided: 'u
|
Test (nightly, true):
components/salsa-2022/src/interned.rs#L188
the following explicit lifetimes could be elided: 'u
|
Test (nightly, true)
`salsa-2022` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p salsa-2022` to apply 4 suggestions)
|
Test (stable, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
|
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (stable, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (stable, false):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (stable, false):
components/salsa-2022-macros/src/salsa_struct.rs#L308
useless conversion to the same type: `impl std::iter::Iterator<Item = &salsa_struct::SalsaField>`
|
Test (stable, false):
components/salsa-2022-macros/src/salsa_struct.rs#L408
the borrowed expression implements the required traits
|
Test (stable, false):
components/salsa-2022-macros/src/tracked_fn.rs#L144
usage of `Iterator::fold` on a type that implements `Try`
|
Test (stable, false)
`salsa-2022-macros` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 3 suggestions)
|
Test (stable, false):
components/salsa-2022/src/debug.rs#L224
the following explicit lifetimes could be elided: 'b
|
Test (stable, false):
components/salsa-2022/src/input_field.rs#L111
the following explicit lifetimes could be elided: 'u
|
Test (stable, false):
components/salsa-2022/src/interned.rs#L188
the following explicit lifetimes could be elided: 'u
|
Test (stable, false)
`salsa-2022` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p salsa-2022` to apply 3 suggestions)
|
Test (stable, false)
`salsa-2022-macros` (lib test) generated 4 warnings (4 duplicates)
|
Test (stable, false):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (stable, false)
`salsa-2022-macros` (lib) generated 1 warning (run `cargo fix --lib -p salsa-2022-macros` to apply 1 suggestion)
|
Test (stable, false)
`salsa-2022-macros` (lib test) generated 1 warning (1 duplicate)
|
Test (stable, false):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (stable, false)
`salsa-2022-macros` (lib) generated 1 warning (run `cargo fix --lib -p salsa-2022-macros` to apply 1 suggestion)
|
Test (beta, false)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, 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/
|
Test (beta, false):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (beta, false)
`salsa-2022-macros` (lib) generated 1 warning (run `cargo fix --lib -p salsa-2022-macros` to apply 1 suggestion)
|
Test (beta, false)
`salsa-2022-macros` (lib test) generated 1 warning (1 duplicate)
|
Test (beta, false):
components/salsa-2022-macros/src/tracked_fn.rs#L743
variable does not need to be mutable
|
Test (beta, false):
components/salsa-2022-macros/src/salsa_struct.rs#L308
useless conversion to the same type: `impl std::iter::Iterator<Item = &salsa_struct::SalsaField>`
|
Test (beta, false):
components/salsa-2022-macros/src/salsa_struct.rs#L408
the borrowed expression implements the required traits
|
Test (beta, false):
components/salsa-2022-macros/src/tracked_fn.rs#L144
usage of `Iterator::fold` on a type that implements `Try`
|
Test (beta, false)
`salsa-2022-macros` (lib) generated 4 warnings (run `cargo clippy --fix --lib -p salsa-2022-macros` to apply 3 suggestions)
|
Test (beta, false):
components/salsa-2022/src/debug.rs#L224
the following explicit lifetimes could be elided: 'b
|
Test (beta, false):
components/salsa-2022/src/input_field.rs#L111
the following explicit lifetimes could be elided: 'u
|
Test (beta, false):
components/salsa-2022/src/interned.rs#L188
the following explicit lifetimes could be elided: 'u
|
Test (beta, false)
`salsa-2022` (lib) generated 3 warnings (run `cargo clippy --fix --lib -p salsa-2022` to apply 3 suggestions)
|
Test (beta, false)
`salsa-2022-macros` (lib) generated 4 warnings (4 duplicates)
|
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Test (beta, false)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|