Export rename #298
Annotations
7 errors
|
Test
Process completed with exit code 101.
|
|
Test:
examples/app/src/models/user.rs#L3
non-exhaustive patterns: `&user::RelatedEntity::Media` not covered
|
|
Test:
examples/app/src/models/media.rs#L3
non-exhaustive patterns: `&media::RelatedEntity::User` not covered
|
|
Test:
examples/app/src/models/user.rs#L3
the trait bound `media::Entity: sea_orm::Related<user::Entity>` is not satisfied
|
|
Test:
examples/app/src/models/media.rs#L30
the trait bound `media::Entity: sea_orm::Related<user::Entity>` is not satisfied
|
|
Test:
examples/app/src/models/user.rs#L3
the name `Media` is defined multiple times
|
|
Test:
examples/app/src/models/media.rs#L3
the name `User` is defined multiple times
|