mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-23 13:10:19 +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 {
|
|
| ^^^^
|