salsa/components/salsa-2022-macros
DropDemBits 5b8412656c
Initialize jars in-place
Requires unsafe, since Rust currently doesn't have built-in
support for guaranteed in-place initialization. Unfortunately,
this unsafety propagates to making `Jar` unsafe to implement
in order to guarantee that the jar is initialized, but since
the preferred way to implement it is via `salsa::jar`, this
won't impact most users.
2023-06-14 01:09:58 -04:00
..
src Initialize jars in-place 2023-06-14 01:09:58 -04:00
Cargo.toml Allow creation of tracked methods 2022-08-28 23:28:30 +01:00