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

feat: Highlight declarations and references for both defs in field shorthands #10008

Merged
merged 1 commit into from Aug 24, 2021

Conversation

Veykril
Copy link
Member

@Veykril Veykril commented Aug 24, 2021

In

struct Foo { field: u32 }
fn main() {
    let field = 3;
    Foo { field$0 }
}

will not highlight both the local and the field def.

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 24, 2021

@bors bors bot merged commit fa6a4a0 into rust-lang:master Aug 24, 2021
@Veykril Veykril deleted the hl-related-multi branch August 24, 2021 01:28
@lnicola
Copy link
Member

lnicola commented Aug 30, 2021

image

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

Successfully merging this pull request may close these issues.

None yet

2 participants