-
Notifications
You must be signed in to change notification settings - Fork 59
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
Simplify the ability to write typemaps #173
Comments
Dushistov
added a commit
that referenced
this issue
May 26, 2019
Dushistov
added a commit
that referenced
this issue
May 26, 2019
Dushistov
added a commit
that referenced
this issue
May 27, 2019
This was referenced May 27, 2019
Merged
Merged
This was referenced Jun 18, 2019
Dushistov
added a commit
that referenced
this issue
Jun 24, 2019
This was referenced Jun 24, 2019
Merged
Merged
This was referenced Jul 7, 2019
Dushistov
added a commit
that referenced
this issue
Jul 26, 2019
This is only missed. it will be addressed if someone need it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new syntax should be similar to code below.
This should help to resolve several issues:
Option<T>
andOption<&T>
at once,because of Rust
trait
doesn't allow this, see rust Spurious "downstream crates may implement trait ..." rust-lang/rust#50238 and Spurious "note: downstream crates may implement traitFoo
for type&_
" rust-lang/rust#48869#[repr(C)]
between C++<->RustResult<Option<
Missed features:
$out
The text was updated successfully, but these errors were encountered: