Skip to content

Remove use of Self: Sized from libsyntax - #41746

Merged
bors merged 1 commit into
rust-lang:masterfrom
tommyip:master
May 5, 2017
Merged

Remove use of Self: Sized from libsyntax#41746
bors merged 1 commit into
rust-lang:masterfrom
tommyip:master

Conversation

@tommyip

Copy link
Copy Markdown
Contributor

The bound is not required for compiling but it prevents using next_token() from a trait object.

Fixes#33506.

The bound is not required for compiling but it prevents using `next_token()` from a trait object.
Fixesrust-lang#33506.
@rust-highfive

Copy link
Copy Markdown
Contributor

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @pnkfelix (or someone else) soon.

If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes.

Please see the contribution instructions for more information.

@petrochenkov

Copy link
Copy Markdown
Contributor

@bors r+ rollup
Thanks!

@bors

bors commented May 4, 2017

Copy link
Copy Markdown
Collaborator

📌 Commit 05329e5 has been approved by petrochenkov

@alexcrichtonalexcrichton added the S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. label May 4, 2017
@frewsxcvfrewsxcv mentioned this pull request May 4, 2017
frewsxcv added a commit to frewsxcv/rust that referenced this pull request May 5, 2017
Remove use of `Self: Sized` from libsyntax
The bound is not required for compiling but it prevents using `next_token()` from a trait object.
Fixesrust-lang#33506.
frewsxcv added a commit to frewsxcv/rust that referenced this pull request May 5, 2017
Remove use of `Self: Sized` from libsyntax
The bound is not required for compiling but it prevents using `next_token()` from a trait object.
Fixesrust-lang#33506.
@frewsxcvfrewsxcv mentioned this pull request May 5, 2017
bors added a commit that referenced this pull request May 5, 2017
Rollup of 4 pull requests
- Successful merges: #41741, #41746, #41749, #41754
- Failed merges:
@bors
bors merged commit 05329e5 into rust-lang:masterMay 5, 2017
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@tommyip@rust-highfive@petrochenkov@bors@alexcrichton@pnkfelix