mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +00:00
5 lines
274 B
Text
5 lines
274 B
Text
error: #[salsa::tracked] must also be applied to the impl block for tracked methods
|
|
--> tests/compile-fail/tracked_method_on_untracked_impl.rs:8:41
|
|
|
|
|
8 | fn tracked_method_on_untracked_impl(self, db: &dyn Db) -> u32 {
|
|
| ^^^^
|