salsa/tests/compile-fail/tracked_method_incompatibles.stderr

6 lines
212 B
Text
Raw Normal View History

2022-09-07 21:19:05 +00:00
error: #[salsa::tracked] must also be applied to the impl block for tracked methods
2024-05-24 01:16:30 +00:00
--> tests/compile-fail/tracked_method_incompatibles.rs:11:20
|
2024-05-24 01:16:30 +00:00
11 | fn use_tracked(&self) {}
2022-09-07 21:19:05 +00:00
| ^