mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-28 15:26:34 +00:00
6 lines
205 B
Text
6 lines
205 B
Text
|
error: tracked functions must have at least a database and salsa struct argument
|
||
|
--> tests/compile-fail/tracked_method_incompatibles.rs:13:8
|
||
|
|
|
||
|
13 | fn use_tracked(&self) {
|
||
|
| ^^^^^^^^^^^
|