salsa/salsa-2022-tests/tests/compile-fail
2023-04-22 11:16:51 +02:00
..
accumulator_fields_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
accumulator_fields_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
accumulator_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
accumulator_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
get-set-on-private-field.rs Add compile-fail test for getter and setter visibility 2022-09-02 03:19:21 +03:00
get-set-on-private-field.stderr Fix trybuild ui test to adapt the change of rustc error message 2023-04-22 11:16:51 +02:00
input_struct_id_fields_no_setters.rs made singleton struct panic upon duplication and added tests to immutable fields 2022-09-16 14:53:56 +01:00
input_struct_id_fields_no_setters.stderr update compile fail tests for latest stable rustc 2022-11-29 12:36:12 +08:00
input_struct_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
input_struct_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
interned_struct_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
interned_struct_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
jars_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
jars_incompatibles.stderr Update trybuild tests 2023-03-15 10:37:08 -04:00
lru_can_not_be_used_with_specify.rs test for compile failure: lru can not be used with specify 2022-08-19 07:13:03 +08:00
lru_can_not_be_used_with_specify.stderr test for compile failure: lru can not be used with specify 2022-08-19 07:13:03 +08:00
salsa_fields_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
salsa_fields_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
singleton_only_for_input.rs removed AllowedMode trait and added compile-fail tests 2022-09-02 13:09:28 +01:00
singleton_only_for_input.stderr removed AllowedMode trait and added compile-fail tests 2022-09-02 13:09:28 +01:00
specify-does-not-work-if-the-key-is-a-salsa-input.rs add a test for specify 2022-08-27 07:51:35 +08:00
specify-does-not-work-if-the-key-is-a-salsa-input.stderr update compile fail tests for latest stable rustc 2022-11-29 12:36:12 +08:00
specify-does-not-work-if-the-key-is-a-salsa-interned.rs removed AllowedMode trait and added compile-fail tests 2022-09-02 13:09:28 +01:00
specify-does-not-work-if-the-key-is-a-salsa-interned.stderr update compile fail tests for latest stable rustc 2022-11-29 12:36:12 +08:00
tracked_fn_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
tracked_fn_incompatibles.stderr fixed difference in .stderr files 2022-09-07 22:19:05 +01:00
tracked_impl_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
tracked_impl_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
tracked_method_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
tracked_method_incompatibles.stderr fixed difference in .stderr files 2022-09-07 22:19:05 +01:00
tracked_method_on_untracked_impl.rs Add more tests for tracked methods 2022-09-03 15:44:56 +01:00
tracked_method_on_untracked_impl.stderr Add more tests for tracked methods 2022-09-03 15:44:56 +01:00
tracked_struct_incompatibles.rs eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00
tracked_struct_incompatibles.stderr eshaustive tests to check salsa macros using the trybuild tool 2022-09-07 20:09:33 +01:00