salsa/tests/compile-fail/singleton_only_for_input.stderr
Niko Matsakis 68a3a7fceb wip
2024-07-19 08:05:39 -04:00

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)]
| ^^^^^^^^^