Skip to content
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

Closed
lkuper opened this issue Jun 21, 2011 · 0 comments
Closed

Adding support for 'degenerate' anonymous objects #539

lkuper opened this issue Jun 21, 2011 · 0 comments

Comments

@lkuper
Copy link
Contributor

lkuper commented Jun 21, 2011

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.

@ghost ghost assigned lkuper Jun 21, 2011
lkuper added a commit that referenced this issue Jun 21, 2011
into four separate issues (#538, #539, #540, #543) with corresponding
tests.
@lkuper lkuper closed this as completed in 130006c Jul 7, 2011
@lkuper lkuper removed their assignment Jun 16, 2014
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant