2
0
Fork 0
mirror of https://github.com/bevyengine/bevy synced 2025-01-14 14:14:06 +00:00
bevy/crates/bevy_macros_compile_fail_tests/tests
Gino Valente b7d68873ec
bevy_derive: Fix #[deref] breaking other attributes ()
# Objective

Fixes 

## 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 () 2023-08-28 17:36:18 +00:00
deref_mut_derive bevy_derive: Add #[deref] attribute () 2023-05-16 18:29:09 +00:00
deref_derive.rs bevy_derive: Add #[deref] attribute () 2023-05-16 18:29:09 +00:00
deref_mut_derive.rs bevy_derive: Add #[deref] attribute () 2023-05-16 18:29:09 +00:00