salsa/salsa-2022-tests/tests
Niko Matsakis d98485d3cb add a derive for salsa::Update
And a test for it. This is required if you
want to have structures in your tracked structs.

Looks we need one for salsa::DebugWithDb, too.
2024-05-24 07:16:50 -04:00
..
compile-fail update tests for new error messages 2024-05-24 07:16:50 -04:00
parallel
warnings
accumulate-from-tracked-fn.rs
accumulate-reuse-workaround.rs
accumulate-reuse.rs
accumulate.rs
compile_fail.rs
create-empty-database.rs
create-large-jar-database.rs
cycles.rs
debug.rs
deletion-cascade.rs convert a test to use 'db in tracked functions 2024-05-24 07:16:50 -04:00
deletion.rs
expect_reuse_field_x_of_a_tracked_struct_changes_but_fn_depends_on_field_y.rs
expect_reuse_field_x_of_an_input_changes_but_fn_depends_on_field_y.rs
hello_world.rs permit <'db> on tracked struct 2024-05-24 07:16:50 -04:00
input_with_ids.rs
interned-struct-with-lifetime.rs permit interned structs with lifetimes 2024-05-24 07:16:50 -04:00
is_send_sync.rs impl Update/Send/Sync 2024-05-24 07:16:50 -04:00
lru.rs
mutate_in_place.rs
override_new_get_set.rs
panic-when-creating-tracked-struct-outside-of-tracked-fn.rs
panic-when-reading-fields-of-tracked-structs-from-older-revisions.rs
preverify-struct-with-leaked-data.rs create a struct_map that encapsulates access 2024-05-24 07:16:47 -04:00
singleton.rs
specify-only-works-if-the-key-is-created-in-the-current-query.rs
specify_tracked_fn_in_rev_1_but_not_2.rs
tracked-struct-id-field-bad-eq.rs adopt the Salsa 3.0 Update` trait 2024-05-24 07:15:40 -04:00
tracked-struct-id-field-bad-hash.rs
tracked-struct-unchanged-in-new-rev.rs
tracked-struct-value-field-bad-eq.rs adopt the Salsa 3.0 Update` trait 2024-05-24 07:15:40 -04:00
tracked-struct-value-field-not-eq.rs adopt the Salsa 3.0 Update` trait 2024-05-24 07:15:40 -04:00
tracked_fn_constant.rs
tracked_fn_on_input.rs
tracked_fn_on_tracked.rs
tracked_fn_on_tracked_specify.rs
tracked_fn_read_own_entity.rs
tracked_fn_read_own_specify.rs
tracked_method.rs
tracked_struct_db1_lt.rs support db lifetimes in fields 2024-05-24 07:16:50 -04:00
tracked_with_intern.rs impl Update/Send/Sync 2024-05-24 07:16:50 -04:00
tracked_with_struct_db.rs add a derive for salsa::Update 2024-05-24 07:16:50 -04:00