-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Milestone
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
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.T-typesRelevant to the types team, which will review and decide on the PR/issue.Relevant to the types team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.