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

Fix regression in parsing of trait object types #39179

Merged
merged 1 commit into from
Jan 21, 2017

Conversation

petrochenkov
Copy link
Contributor

Fixes #39169

Accepting parens in this position is a regression itself, introduced in Rust 1.6 by #29870, so I hope to revert this in my next bounds refactoring patch (possibly with a warning, crater run, etc).

r? @eddyb

@eddyb
Copy link
Member

eddyb commented Jan 19, 2017

@bors r+

@bors
Copy link
Contributor

bors commented Jan 19, 2017

📌 Commit 853f697 has been approved by eddyb

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 20, 2017
Fix regression in parsing of trait object types

Fixes rust-lang#39169

Accepting parens in this position is a regression itself, introduced in Rust 1.6 by rust-lang#29870, so I hope to revert this in my next bounds refactoring patch (possibly with a warning,  crater run, etc).

r? @eddyb
bors added a commit that referenced this pull request Jan 20, 2017
bors added a commit that referenced this pull request Jan 21, 2017
@bors bors merged commit 853f697 into rust-lang:master Jan 21, 2017
@petrochenkov petrochenkov deleted the objparen branch March 16, 2017 19:44
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.

3 participants