Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

link patterns #1365

Open
Xanewok opened this issue Feb 25, 2019 · 1 comment
Open

link patterns #1365

Xanewok opened this issue Feb 25, 2019 · 1 comment
Labels
enhancement Indicates new feature requests package: rls-analysis

Comments

@Xanewok
Copy link
Member

Xanewok commented Feb 25, 2019

Originally created by @nrc (rust-dev-tools/rls-analysis#108):

No info at all at the moment

@Xanewok
Copy link
Member Author

Xanewok commented Mar 3, 2019

@nrc We link pattern bindings; do we need to do more here?

    match 5 {
        a @ 1..=3 => {
            let b = a; // `a` is linked to the binding introduced above
        },
        _ => {}
    }

@Xanewok Xanewok added the enhancement Indicates new feature requests label Mar 3, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Indicates new feature requests package: rls-analysis
Projects
None yet
Development

No branches or pull requests

1 participant