mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-01-22 21:05:11 +00:00
11 lines
355 B
Text
11 lines
355 B
Text
error: `singleton` option not allowed here
|
|
--> tests/compile-fail/singleton_only_for_input.rs:15:18
|
|
|
|
|
15 | #[salsa::tracked(singleton)]
|
|
| ^^^^^^^^^
|
|
|
|
error: `singleton` option not allowed here
|
|
--> tests/compile-fail/singleton_only_for_input.rs:22:22
|
|
|
|
|
22 | #[salsa::accumulator(singleton)]
|
|
| ^^^^^^^^^
|