error[E0277]: the trait bound `MyInterned: TrackedStructInDb` is not satisfied --> tests/compile-fail/specify-does-not-work-if-the-key-is-a-salsa-interned.rs:21:28 | 20 | #[salsa::tracked(jar = Jar, specify)] | ------------------------------------- required by a bound introduced by this call 21 | fn tracked_fn(db: &dyn Db, input: MyInterned) -> MyTracked { | ^^^^^ the trait `TrackedStructInDb` is not implemented for `MyInterned` | = help: the trait `TrackedStructInDb` is implemented for `MyTracked` note: required by a bound in `function::specify::>::specify_and_record` --> $WORKSPACE/components/salsa-2022/src/function/specify.rs | | C::Key: TrackedStructInDb>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `function::specify::>::specify_and_record`