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