Skip to content

Adding support for 'degenerate' anonymous objects #539

Closed
@lkuper

Description

@lkuper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions