salsa/tests/compile-fail/tracked_method_incompatibles.stderr
2024-06-18 09:40:21 +02:00

6 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) {}
| ^