-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Implement cast-to-iface #1437
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
Comments
marijnh
added a commit
that referenced
this issue
Jan 6, 2012
marijnh
added a commit
that referenced
this issue
Jan 8, 2012
marijnh
added a commit
that referenced
this issue
Jan 9, 2012
Well, they appear to work! I'll file more specific issues when problems come up. |
ticki
added a commit
to ticki/rust
that referenced
this issue
Dec 30, 2015
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Update intrinsics table * Update trigonometry tests linked in documentation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
myvalue as myiface
should, ifmyvalue
is of a type that has an impl ofmyiface
in scope, copy the value into a boxed representation, along with the dict needed to treat it as myiface. Values of such a type can have methods called on them, which will be resolved through the dict.This depends on #1436
The text was updated successfully, but these errors were encountered: