GitHub Actions / clippy
failed
Sep 11, 2024 in 0s
clippy
2 errors
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 2 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.79.0 (129f3b996 2024-06-10)
- cargo 1.79.0 (ffa9cf99a 2024-06-03)
- clippy 0.1.79 (129f3b9 2024-06-10)
Annotations
Check failure on line 2277 in cargo-dist/src/tasks.rs
github-actions / clippy
no field `macos_sign` on type `tasks::DistGraph`
error[E0609]: no field `macos_sign` on type `tasks::DistGraph`
--> cargo-dist/src/tasks.rs:2277:41
|
2277 | let macos_sign = self.inner.macos_sign;
| ^^^^^^^^^^ unknown field
|
help: one of the expressions' fields has a field of the same name
|
2277 | let macos_sign = self.inner.config.builds.macos_sign;
| ++++++++++++++
Check failure on line 2277 in cargo-dist/src/tasks.rs
github-actions / clippy
no field `macos_sign` on type `tasks::DistGraph`
error[E0609]: no field `macos_sign` on type `tasks::DistGraph`
--> cargo-dist/src/tasks.rs:2277:41
|
2277 | let macos_sign = self.inner.macos_sign;
| ^^^^^^^^^^ unknown field
|
help: one of the expressions' fields has a field of the same name
|
2277 | let macos_sign = self.inner.config.builds.macos_sign;
| ++++++++++++++
Loading