Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow 'External' errors from crate X to be used in crate Y #3

Merged
merged 1 commit into from
May 23, 2024

Conversation

Sajjon
Copy link

@Sajjon Sajjon commented May 22, 2024

Allow errors from crate X be used in crate Y, fixes;

thread 'main' panicked at /Users/sajjon/.cargo/git/checkouts/uniffi-rs-b4f31d82d8259f10/4b65c37/uniffi_bindgen/src/interface/mod.rs:1122:14:
unknown throw type: Some(External { module_path: "sargoncommon", name: "CommonError", namespace: "sargoncommon", kind: DataClass, tagged: false })
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

@bendk bendk merged commit bd33c25 into bendk:custom-type-rework May 23, 2024
@Sajjon Sajjon deleted the custom-type-rework branch May 23, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants