bevy/crates/bevy_ecs_compile_fail_tests/tests/ui
Brezak 9d59e52bb0
Switch to ui_test in compile fail tests. (#12810)
# Objective

Make compile fail tests less likely to break with new Rust versions.
Closes #12627

## Solution

Switch from [`trybuild`](https://github.com/dtolnay/trybuild) to
[`ui_test`](https://github.com/oli-obk/ui_test).

## TODO

- [x] Update `bevy_ecs_compile_fail_tests`
- [x] Update `bevy_macros_compile_fail_tests`
- [x] Update `bevy_reflect_compile_fail_tests`

---------

Co-authored-by: Oli Scherer <github35764891676564198441@oli-obk.de>
Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
2024-04-27 00:00:57 +00:00
..
entity_ref_mut_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
entity_ref_mut_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_exact_sized_iterator_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_exact_sized_iterator_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_iter_combinations_mut_iterator_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_iter_combinations_mut_iterator_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_iter_many_mut_iterator_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_iter_many_mut_iterator_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_to_readonly.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_to_readonly.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_transmute_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
query_transmute_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_param_derive_readonly.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_param_derive_readonly.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_get_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_get_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_get_many_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_get_many_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_get_many_mut_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_get_many_mut_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_iter_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_iter_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_iter_many_mut_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_iter_many_mut_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_set_get_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_set_get_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_set_iter_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_query_set_iter_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_state_get_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_state_get_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_state_iter_lifetime_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_state_iter_lifetime_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_state_iter_mut_overlap_safety.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
system_state_iter_mut_overlap_safety.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
world_query_derive.rs Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00
world_query_derive.stderr Switch to ui_test in compile fail tests. (#12810) 2024-04-27 00:00:57 +00:00