Add email + validation #13
Annotations
8 errors
src/lib.rs#L2
file not found for module `domain`
|
src/routes/subscriptions.rs#L53
`SQLX_OFFLINE=true` but there is no cached data for this query, run `cargo sqlx prepare` to update the query cache or unset `SQLX_OFFLINE`
|
src/routes/subscriptions.rs#L1
unresolved imports `crate::domain::NewSubscriber`, `crate::domain::SubscriberEmail`, `crate::domain::SubscriberName`
|
src/routes/subscriptions.rs#L3
unused import: `chrono::Utc`
|
src/routes/subscriptions.rs#L5
unused import: `uuid::Uuid`
|
src/routes/subscriptions.rs#L36
redundant field names in struct initialization
|
src/routes/subscriptions.rs#L37
redundant field names in struct initialization
|
|
The logs for this run have expired and are no longer available.
Loading