![]() # Objective Fix #9747 ## Solution Linkers don't like what we're doing with CowArc (I'm guessing it has something to do with `?Sized`). Weirdly the `Reflect` derive on `AssetPath` doesn't fail, despite `CowArc` not implementing `Reflect`. To resolve this, we manually implement "reflect value" for `AssetPath<'static>`. It sadly cannot use `impl_reflect_value` because that macro doesn't support static lifetimes. --------- Co-authored-by: Martin Dickopp <martin@zero-based.org> |
||
---|---|---|
.. | ||
cow_arc.rs | ||
default.rs | ||
float_ord.rs | ||
futures.rs | ||
label.rs | ||
lib.rs | ||
short_names.rs | ||
synccell.rs | ||
syncunsafecell.rs |