salsa/salsa-2022-tests
Jack Rickard 2df88d2c33
Use #[salsa::tracked] for tracked methods
This changes tracked methods from being annotated with `#[tracked]` to
`#[salsa::tracked]`. This improves consistency and allows outputting a
nicer error message if someone forgets to put the attribute on the impl
block.
2022-08-31 23:30:49 +01:00
..
src Fix clippy issues 2022-08-24 18:45:53 +02:00
tests Use #[salsa::tracked] for tracked methods 2022-08-31 23:30:49 +01:00
Cargo.toml test for compile failure: lru can not be used with specify 2022-08-19 07:13:03 +08:00