Closed NiwakaDev closed 1 year ago
Great commit message by the way, thanks. Just one note:
This commit adds support for generating a compile error message when using #[swift_bridge(associated_to = OpaqueRustType)] on non-associated methods.
non-associated methods
should be replaced with instance methods
.
This commit adds support for generating a compile error message when using
#[swift_bridge(associated_to = OpaqueRustType)]
on instance methods.Related to #179.
Will generate the following error: