salsa 0.26.1

A generic framework for on-demand, incrementalized computation (experimental)
Documentation
1
2
3
4
5
6
7
8
9
10
11
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)]
   |                      ^^^^^^^^^