Open
Description
[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>`
[INFO] [stdout]
Metadata
Metadata
Assignees
Labels
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleIssue: Indicates that prioritization has been requested for this issue.Relevant to the compiler team, which will review and decide on the PR/issue.This issue may need triage. Remove it if it has been sufficiently triaged.Performance or correctness regression from stable to beta.