salsa-2022
salsa
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.
This allows users to annotate impl blocks with `#[salsa::tracked]` and then create tracked methods by marking individual functions with `#[tracked]`.