salsa/salsa-2022-tests
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 Fix clippy issues 2022-08-24 18:45:53 +02:00
tests Initialize jars in-place 2023-06-14 01:09:58 -04:00
Cargo.toml run compile_fail test only on stable 2022-08-27 16:01:04 +08:00