mirror of
https://github.com/salsa-rs/salsa.git
synced 2024-11-24 20:20:26 +00:00
8 lines
253 B
Text
8 lines
253 B
Text
error[E0624]: method `field` is private
|
|
--> tests/compile-fail/get-on-private-tracked-field.rs:9:13
|
|
|
|
|
2 | #[salsa::tracked]
|
|
| ----------------- private method defined here
|
|
...
|
|
9 | tracked.field(db);
|
|
| ^^^^^ private method
|