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
12
13
error: only a single lifetime parameter is accepted
 --> tests/compile-fail/tracked_struct_unknown_attribute.rs:1:1
  |
1 | #[salsa::tracked]
  | ^^^^^^^^^^^^^^^^^
  |
  = note: this error originates in the attribute macro `salsa::tracked` (in Nightly builds, run with -Z macro-backtrace for more info)

error: cannot find attribute `unknown_attr` in this scope
 --> tests/compile-fail/tracked_struct_unknown_attribute.rs:5:7
  |
5 |     #[unknown_attr]
  |       ^^^^^^^^^^^^