salsa/tests/compile-fail
Ibraheem Ahmed 0666e2018b
Some checks failed
Book / Book (push) Has been cancelled
Release-plz / Release-plz release (push) Has been cancelled
Release-plz / Release-plz PR (push) Has been cancelled
Test / Test (push) Has been cancelled
Test / Miri (push) Has been cancelled
Test / Shuttle (push) Has been cancelled
Test / Benchmarks (push) Has been cancelled
Book / Deploy (push) Has been cancelled
add option to track heap memory usage of memos (#925)
2025-06-25 20:26:49 +00:00
..
accumulator_incompatibles.rs add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
accumulator_incompatibles.stderr add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
derive_update_expansion_failure.rs feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
derive_update_expansion_failure.stderr feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
get-on-private-interned-field.rs wip privacy on interned 2024-07-19 07:14:57 -04:00
get-on-private-interned-field.stderr wip privacy on interned 2024-07-19 07:14:57 -04:00
get-on-private-tracked-field.rs wip privacy for tracked structs 2024-07-19 07:12:07 -04:00
get-on-private-tracked-field.stderr wip privacy for tracked structs 2024-07-19 07:12:07 -04:00
get-set-on-private-input-field.rs rewrite cycle handling to support fixed-point iteration (#603) 2025-03-10 22:25:47 +00:00
get-set-on-private-input-field.stderr rewrite cycle handling to support fixed-point iteration (#603) 2025-03-10 22:25:47 +00:00
input_struct_incompatibles.rs add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
input_struct_incompatibles.stderr add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
input_struct_unknown_attributes.rs Preserve attributes on interned/tracked struct fields (#905) 2025-06-10 06:34:54 +00:00
input_struct_unknown_attributes.stderr Preserve attributes on interned/tracked struct fields (#905) 2025-06-10 06:34:54 +00:00
interned_struct_incompatibles.rs add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
interned_struct_incompatibles.stderr add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
interned_struct_unknown_attribute.rs Preserve attributes on interned/tracked struct fields (#905) 2025-06-10 06:34:54 +00:00
interned_struct_unknown_attribute.stderr Preserve attributes on interned/tracked struct fields (#905) 2025-06-10 06:34:54 +00:00
invalid_return_mode.rs Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772) 2025-05-09 07:28:54 +00:00
invalid_return_mode.stderr Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772) 2025-05-09 07:28:54 +00:00
invalid_update_field.rs feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
invalid_update_field.stderr feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
invalid_update_with.rs feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
invalid_update_with.stderr feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
lru_can_not_be_used_with_specify.rs wip 2024-07-19 08:05:39 -04:00
lru_can_not_be_used_with_specify.stderr wip 2024-07-19 08:05:39 -04:00
panic-when-reading-fields-of-tracked-structs-from-older-revisions.rs switch to new database design 2024-07-28 12:47:50 +00:00
panic-when-reading-fields-of-tracked-structs-from-older-revisions.stderr wip 2024-07-19 08:05:39 -04:00
salsa_fields_incompatibles.rs wip 2024-07-19 08:05:39 -04:00
salsa_fields_incompatibles.stderr wip 2024-07-19 08:05:39 -04:00
singleton_only_for_input.rs wip 2024-07-19 08:05:39 -04:00
singleton_only_for_input.stderr wip 2024-07-19 08:05:39 -04:00
span-input-setter.rs switch to new database design 2024-07-28 12:47:50 +00:00
span-input-setter.stderr wip 2024-07-19 08:05:39 -04:00
span-tracked-getter.rs switch to new database design 2024-07-28 12:47:50 +00:00
span-tracked-getter.stderr switch to new database design 2024-07-28 12:47:50 +00:00
specify-does-not-work-if-the-key-is-a-salsa-input.rs wip 2024-07-19 08:05:39 -04:00
specify-does-not-work-if-the-key-is-a-salsa-input.stderr fix: #[doc(hidden)] plumbing module (#781) 2025-04-03 10:55:23 +00:00
specify-does-not-work-if-the-key-is-a-salsa-interned.rs wip 2024-07-19 08:05:39 -04:00
specify-does-not-work-if-the-key-is-a-salsa-interned.stderr fix: #[doc(hidden)] plumbing module (#781) 2025-04-03 10:55:23 +00:00
tracked_fn_incompatibles.rs add an option to tune interned garbage collection (#911) 2025-06-13 06:17:45 +00:00
tracked_fn_incompatibles.stderr add an option to tune interned garbage collection (#911) 2025-06-13 06:17:45 +00:00
tracked_fn_return_not_update.rs Add a compile-fail test for a 'static !Update struct (#820) 2025-04-28 07:09:05 +00:00
tracked_fn_return_not_update.stderr Add a compile-fail test for a 'static !Update struct (#820) 2025-04-28 07:09:05 +00:00
tracked_fn_return_ref.rs Changed return_ref syntax to returns(as_ref) and returns(cloned) (#772) 2025-05-09 07:28:54 +00:00
tracked_fn_return_ref.stderr More test cases for tracked_fn_return_ref 2025-02-15 19:37:17 +01:00
tracked_impl_incompatibles.rs add an option to tune interned garbage collection (#911) 2025-06-13 06:17:45 +00:00
tracked_impl_incompatibles.stderr add an option to tune interned garbage collection (#911) 2025-06-13 06:17:45 +00:00
tracked_method_incompatibles.rs wip 2024-07-19 08:05:39 -04:00
tracked_method_incompatibles.stderr salsa-macros: handle invalid inputs in a way friendlier to rust-analyzer 2024-10-24 16:37:28 -07:00
tracked_method_on_untracked_impl.rs wip 2024-07-19 08:05:39 -04:00
tracked_method_on_untracked_impl.stderr salsa-macros: handle invalid inputs in a way friendlier to rust-analyzer 2024-10-24 16:37:28 -07:00
tracked_struct_incompatibles.rs add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
tracked_struct_incompatibles.stderr add option to track heap memory usage of memos (#925) 2025-06-25 20:26:49 +00:00
tracked_struct_not_update.rs Add a compile-fail test for a 'static !Update struct (#820) 2025-04-28 07:09:05 +00:00
tracked_struct_not_update.stderr feat: Update derive field overwrite support (#747) 2025-06-13 17:17:39 +00:00
tracked_struct_unknown_attribute.rs Preserve attributes on interned/tracked struct fields (#905) 2025-06-10 06:34:54 +00:00
tracked_struct_unknown_attribute.stderr Preserve attributes on interned/tracked struct fields (#905) 2025-06-10 06:34:54 +00:00