Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Parse function delegation syntax #1580

Open
dtolnay opened this issue Jan 14, 2024 · 0 comments
Open

Parse function delegation syntax #1580

dtolnay opened this issue Jan 14, 2024 · 0 comments
Labels

Comments

@dtolnay
Copy link
Owner

dtolnay commented Jan 14, 2024

RFC: rust-lang/rfcs#3530
Tracking issue: rust-lang/rust#118212

impl Trait for S {
    reuse to_reuse::foo { self }
    reuse Trait::bar { Box::new(self.0) }
    reuse <F as Trait>::baz;
}
@dtolnay dtolnay added the syntax label Jan 14, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant