bevy/crates/bevy_macros_compile_fail_tests/tests
Gino Valente b7d68873ec
bevy_derive: Fix #[deref] breaking other attributes (#9551)
# Objective

Fixes #9550

## Solution

Removes a check that asserts that _all_ attribute metas are path-only,
rather than just the `#[deref]` attribute itself.

---

## Changelog

- Fixes an issue where deriving `Deref` with `#[deref]` on a field
causes other attributes to sometimes result in a compile error

---------

Co-authored-by: François <mockersf@gmail.com>
2023-08-28 17:36:18 +00:00
..
deref_derive bevy_derive: Fix #[deref] breaking other attributes (#9551) 2023-08-28 17:36:18 +00:00
deref_mut_derive bevy_derive: Add #[deref] attribute (#8552) 2023-05-16 18:29:09 +00:00
deref_derive.rs bevy_derive: Add #[deref] attribute (#8552) 2023-05-16 18:29:09 +00:00
deref_mut_derive.rs bevy_derive: Add #[deref] attribute (#8552) 2023-05-16 18:29:09 +00:00