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

[SR-2421] Remove variable_never_used fixit to work with two-stage let init #8175

Merged
merged 1 commit into from Mar 18, 2017
Merged

Conversation

hartbit
Copy link
Collaborator

@hartbit hartbit commented Mar 17, 2017

The variable_never_used fixit transforms into invalid code in the case of two-stage let initialization. I introduced a new diagnostic that does not fixit and suggests removing the value.

Resolves SR-2421.

… initialization

The variable_never_used fixit transforms into invalid code in the case of two-stage let initialization. I introduced a new diagnostic that does not fixit and suggests removing the value.
@hartbit hartbit changed the title [SR-2421] Remove variable_never_used to work with two-stage let init [SR-2421] Remove variable_never_used fixit to work with two-stage let init Mar 17, 2017
@slavapestov
Copy link
Member

@swift-ci Please smoke test

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