ItemList::add_item
errors with somewhat unexpected "unimplemented" reference
#391
Labels
status: duplicate
This issue or pull request already exists
Uh oh!
There was an error while loading. Please reload this page.
Calling
ItemList::add_item
currently panics withnot implemented: see #156
referencing issue #156. However, at least on first glance, there is no obvious relation to that issue, and neither has the particular code that causes the panic:gdext/godot-codegen/src/util.rs
Lines 574 to 580 in bb2be22
Is it possible that calling that function ends up in that particular panic just by accident, and the issue is actually something else?
A minimal reproduction project would be:
Or here as a small project: ItemListPanic.zip
The full panic is:
Rust traceback
Observed with the latest commit bb2be22 but also an earlier one.
The text was updated successfully, but these errors were encountered: