File: singleton_only_for_input.stderr

package info (click to toggle)
rust-salsa 0.23.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (11 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (8)
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)]
   |                      ^^^^^^^^^