mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-14 09:01:11 +00:00
5 lines
212 B
Text
5 lines
212 B
Text
error: #[salsa::tracked] must also be applied to the impl block for tracked methods
|
|
--> tests/compile-fail/tracked_method_incompatibles.rs:11:20
|
|
|
|
|
11 | fn use_tracked(&self) {}
|
|
| ^
|