salsa/tests/compile-fail/singleton_only_for_input.stderr

12 lines
355 B
Text
Raw Normal View History

error: `singleton` option not allowed here
2024-07-19 12:05:39 +00:00
--> tests/compile-fail/singleton_only_for_input.rs:15:18
|
2024-07-19 12:05:39 +00:00
15 | #[salsa::tracked(singleton)]
| ^^^^^^^^^
error: `singleton` option not allowed here
2024-07-19 12:05:39 +00:00
--> tests/compile-fail/singleton_only_for_input.rs:22:22
|
2024-07-19 12:05:39 +00:00
22 | #[salsa::accumulator(singleton)]
| ^^^^^^^^^