Closed
Description
Not yet minimized
[INFO] [stdout] error[E0283]: type annotations needed: cannot satisfy `MaybeLocation: FromReflect`
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.0-rc.3/src/event/base.rs:118:12
[INFO] [stdout] |
[INFO] [stdout] 118 | pub struct EventId<E: Event> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] note: multiple `impl`s or `where` clauses satisfying `MaybeLocation: FromReflect` found
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.0-rc.3/src/change_detection.rs:1197:45
[INFO] [stdout] |
[INFO] [stdout] 1197 | #[cfg_attr(feature = "bevy_reflect", derive(Reflect))]
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] |
[INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.0-rc.3/src/event/base.rs:115:12
[INFO] [stdout] |
[INFO] [stdout] 115 | derive(Reflect),
[INFO] [stdout] | ^^^^^^^
[INFO] [stdout] note: required for `EventId<E>` to implement `GetTypeRegistration`
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bevy_ecs-0.16.0-rc.3/src/event/base.rs:115:12
[INFO] [stdout] |
[INFO] [stdout] 115 | derive(Reflect),
[INFO] [stdout] | ^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stdout] ...
[INFO] [stdout] 118 | pub struct EventId<E: Event> {
[INFO] [stdout] | ^^^^^^^^^^^^^^^^^
[INFO] [stdout] = note: this error originates in the derive macro `Reflect` (in Nightly builds, run with -Z macro-backtrace for more info)
Tons of ambiguities when building bevy_ecs
.
Metadata
Metadata
Assignees
Type
Projects
Status
done