-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Adding support for 'degenerate' anonymous objects #539
Comments
ghost
assigned lkuper
Jun 21, 2011
lkuper
added a commit
that referenced
this issue
Jun 21, 2011
lkuper
added a commit
that referenced
this issue
Jun 23, 2011
lkuper
added a commit
that referenced
this issue
Jul 6, 2011
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
Remove undocumented page
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
* Begin forward split * Add atomicadd test * Starting to function split fwd * Start tests * Modref * Get most of fwd split working * memmove * Fix test * Adjust tests for higher llvm
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Add litani structs for deserialization and use them * Remove compiletest code to use litani runs * Update dashboard docs * Fix format
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to add support for 'degenerate' anonymous objects that don't add any new methods or fields. This might seem trivial, but part of making it work is ensuring that calls to anonymous objects "fall through" appropriately, so that calls to methods that were on the original object still work when made on the anonymous object. Currently xfail'd test: src/test/run-pass/anon-obj-degenerate.rs.
The text was updated successfully, but these errors were encountered: