salsa/components/salsa-2022-macros
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 Use #[salsa::tracked] for tracked methods 2022-08-31 23:30:49 +01:00
Cargo.toml Allow creation of tracked methods 2022-08-28 23:28:30 +01:00