salsa/tests/compile-fail/tracked_method_on_untracked_impl.stderr

6 lines
274 B
Text
Raw Normal View History

2022-09-03 14:44:56 +00:00
error: #[salsa::tracked] must also be applied to the impl block for tracked methods
2024-07-19 12:05:39 +00:00
--> tests/compile-fail/tracked_method_on_untracked_impl.rs:8:41
2022-09-03 14:44:56 +00:00
|
2024-07-19 12:05:39 +00:00
8 | fn tracked_method_on_untracked_impl(self, db: &dyn Db) -> u32 {
| ^^^^