]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #41746 - tommyip:master, r=petrochenkov
authorCorey Farwell <coreyf@rwell.org>
Fri, 5 May 2017 01:35:29 +0000 (21:35 -0400)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 01:35:29 +0000 (21:35 -0400)
Remove use of `Self: Sized` from libsyntax

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

Fixes #33506.


Trivial merge