Skip to content

regression: error[E0277]: the trait bound Entity: AdapterExt is not satisfied #142424

Closed as not planned
@BoxyUwU

Description

@BoxyUwU
[INFO] [stdout] error[E0277]: the trait bound `Entity: AdapterExt` is not satisfied
[INFO] [stdout]   --> src/lib.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let entity = t.clone() as Rc<dyn AdapterExt>;
[INFO] [stdout]    |                      ^^^^^^^^^ the trait `AdapterExt` is not implemented for `Entity`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for the cast from `Rc<Entity>` to `Rc<dyn AdapterExt>`

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-macrosArea: All kinds of macros (custom derive, macro_rules!, proc macros, ..)A-proc-macrosArea: Procedural macrosC-bugCategory: This is a bug.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions