feat: add new sealed trust roots #1188
ci.yaml
on: pull_request
Check code formatting
8s
Clippy
1m 28s
Matrix: build
Annotations
15 errors
|
struct `configuration::ServiceConfiguration` has no field named `unidentified_sender_trust_roots`:
src/configuration.rs#L242
error[E0560]: struct `configuration::ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
--> src/configuration.rs:242:17
|
242 | unidentified_sender_trust_roots: vec![
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
242 - unidentified_sender_trust_roots: vec![
242 + unidentified_sender_trust_root: vec![
|
|
|
struct `configuration::ServiceConfiguration` has no field named `unidentified_sender_trust_roots`:
src/configuration.rs#L221
error[E0560]: struct `configuration::ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
--> src/configuration.rs:221:17
|
221 | unidentified_sender_trust_roots: vec![
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field
|
help: a field with a similar name exists
|
221 - unidentified_sender_trust_roots: vec![
221 + unidentified_sender_trust_root: vec![
|
|
|
Clippy
Clippy had exited with the 101 exit code
|
|
Build / Rust beta
Process completed with exit code 101.
|
|
Build / Rust beta:
src/configuration.rs#L242
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust beta:
src/configuration.rs#L221
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust nightly
Process completed with exit code 101.
|
|
Build / Rust nightly:
src/configuration.rs#L242
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust nightly:
src/configuration.rs#L221
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust stable
Process completed with exit code 101.
|
|
Build / Rust stable:
src/configuration.rs#L242
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust stable:
src/configuration.rs#L221
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust 1.89
Process completed with exit code 101.
|
|
Build / Rust 1.89:
src/configuration.rs#L242
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|
|
Build / Rust 1.89:
src/configuration.rs#L221
struct `ServiceConfiguration` has no field named `unidentified_sender_trust_roots`
|