salsa/tests/compile-fail
Micha Reiser 46aa2cfadc
Update compile fail snapshots to match new rust stable output (#1020)
* Update expected test output to match new rust stable output

* Remove 1.90 constraint from compile_fail tests

* Discard changes to tests/persistence.rs

* Update snapshot on unix

* Update with the correct rust version

* Discard changes to tests/compile_fail.rs
2025-10-31 21:55:41 +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 fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +00:00
incomplete_persistence.rs Initial persistent caching prototype (#967) 2025-08-11 19:02:49 +00:00
incomplete_persistence.stderr Update compile fail snapshots to match new rust stable output (#1020) 2025-10-31 21:55:41 +00:00
input_struct_incompatibles.rs Add heap size support for salsa structs (#943) 2025-08-06 07:01:18 +00:00
input_struct_incompatibles.stderr fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +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 heap size support for salsa structs (#943) 2025-08-06 07:01:18 +00:00
interned_struct_incompatibles.stderr fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +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_persist_options.rs Initial persistent caching prototype (#967) 2025-08-11 19:02:49 +00:00
invalid_persist_options.stderr Initial persistent caching prototype (#967) 2025-08-11 19:02:49 +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 fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +00:00
span-tracked-getter.rs switch to new database design 2024-07-28 12:47:50 +00:00
span-tracked-getter.stderr Update compile fail snapshots to match new rust stable output (#1020) 2025-10-31 21:55:41 +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 Update compile fail snapshots to match new rust stable output (#1020) 2025-10-31 21:55:41 +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 Update compile fail snapshots to match new rust stable output (#1020) 2025-10-31 21:55:41 +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 fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +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 Update tests for Rust 1.89 (#966) 2025-08-08 07:49:55 +00: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 fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +00:00
tracked_method_incompatibles.rs wip 2024-07-19 08:05:39 -04:00
tracked_method_incompatibles.stderr Update compile fail snapshots to match new rust stable output (#1020) 2025-10-31 21:55:41 +00: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 heap size support for salsa structs (#943) 2025-08-06 07:01:18 +00:00
tracked_struct_incompatibles.stderr Add heap size support for salsa structs (#943) 2025-08-06 07:01:18 +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 fix: Cleanup provisional cycle head memos when query panics (#993) 2025-09-24 17:49:24 +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