Josh Dutton
Results
1
comments of
Josh Dutton
So I think the issue lies in [try_lookup_meta](https://github.com/rune-rs/rune/blob/main/crates/rune/src/query/query.rs#L340). It forgets to add the meta to the `UnitBuilder`, so ultimately the compiled `Unit` is missing the run-time type information (RTTI) when...