Skip to content

Regression: trait bound not satisfied #143831

Open
@Mark-Simulacrum

Description

@Mark-Simulacrum

https://crater-reports.s3.amazonaws.com/beta-1.89-4/beta-2025-07-03/gh/Buggaboo.flat_sqlite_rs/log.txt

[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

No one assigned

    Labels

    E-needs-mcveCall for participation: This issue has a repro, but needs a Minimal Complete and Verifiable ExampleI-prioritizeIssue: Indicates that prioritization has been requested for this issue.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.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