salsa/salsa-2022-tests/tests/compile-fail/tracked_method_incompatibles.stderr
2022-09-07 22:19:05 +01:00

5 lines
211 B
Text

error: #[salsa::tracked] must also be applied to the impl block for tracked methods
--> tests/compile-fail/tracked_method_incompatibles.rs:13:20
|
13 | fn use_tracked(&self) {
| ^