salsa/components
Noah Lev 19b40c377f Add missing syn feature requirement
With the latest commit (283ccda), any project that uses Salsa hits tons
of internal errors within Salsa. That's because Salsa needs syn's `full`
feature, which was removed from the Cargo.toml as part of the Salsa 3.0
mega-PR. Because Salsa 1.0 still has the `full` feature in its
Cargo.toml, Cargo implicitly still enables `full` for Salsa 2022, and
thus the Salsa 2022 example projects compile fine -- even though any
external code using Salsa does not.
2024-06-17 13:36:37 -07:00
..
salsa-2022 add a safety comment on Update 2024-06-13 08:05:00 -04:00
salsa-2022-macros Add missing syn feature requirement 2024-06-17 13:36:37 -07:00
salsa-macros Presere span of receiver for query trait functions 2023-05-02 09:46:39 +02:00