Skip to content

Parse function delegation syntax #1580

@dtolnay

Description

@dtolnay

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions