chinedufn / swift-bridge

swift-bridge facilitates Rust and Swift interop.
https://chinedufn.github.io/swift-bridge
Apache License 2.0
842 stars 62 forks source link

Update incorrect-return-type.stderr #215

Closed NiwakaDev closed 1 year ago

NiwakaDev commented 1 year ago

This commit fixes failing the UI test(incorrect-return-type.stderr) caused by updating rustc version 1.69.

If you want to know more detail, please see #213.

chinedufn commented 1 year ago

Thanks!